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