Enum gltf::accessor::sparse::IndexType
[−]
[src]
pub enum IndexType {
U8,
U16,
U32,
}The index data type.
Variants
U8Corresponds to GL_UNSIGNED_BYTE.
U16Corresponds to GL_UNSIGNED_SHORT.
U32Corresponds to GL_UNSIGNED_INT.
Methods
impl IndexType[src]
Trait Implementations
impl Clone for IndexType[src]
fn clone(&self) -> IndexType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more