Struct glium::vertex::EmptyVertexAttributes [] [src]

pub struct EmptyVertexAttributes {
    pub len: usize,
}

Marker that can be passed instead of a buffer to indicate an empty list of buffers.

Fields

len: usize

Number of phantom vertices.

Trait Implementations

impl<'a> IntoVerticesSource<'a> for EmptyVertexAttributes
[src]

fn into_vertices_source(self) -> VerticesSource<'a>

Builds the VerticesSource.