Enum gfx::device::BufferRole
[−]
[src]
pub enum BufferRole { Vertex, Index, }
Role of the memory buffer. GLES doesn't chaning bind points for buffers.
Variants
Vertex | Generic vertex buffer |
Index | Index buffer |