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
len: usize
Number of phantom vertices.
Trait Implementations
impl<'a> IntoVerticesSource<'a> for EmptyInstanceAttributes[src]
fn into_vertices_source(self) -> VerticesSource<'a>[src]
Builds the VerticesSource.