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 | Number of phantom vertices. |