Struct glium::index::DrawCommandIndices
[−]
[src]
pub struct DrawCommandIndices { pub count: c_uint, pub instance_count: c_uint, pub first_index: c_uint, pub base_vertex: c_uint, pub base_instance: c_uint, }
Represents an element in a list of draw commands.
Fields
count | Number of indices to use in the index buffer. |
instance_count | Number of instances to draw. If it's |
first_index | First index to draw in the index buffer. |
base_vertex | Value to add to each index. |
base_instance | Numero of the first instance to draw. |