Struct glium::vertex::EmptyInstanceAttributes [] [src]

pub struct EmptyInstanceAttributes {
    pub len: usize,
}

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

Fields

Number of phantom vertices.

Trait Implementations

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

[src]

Builds the VerticesSource.