Enum gltf::accessor::sparse::IndexType [−][src]
pub enum IndexType {
U8,
U16,
U32,
}
Expand description
The index data type.
Variants
U8
Corresponds to GL_UNSIGNED_BYTE
.
U16
Corresponds to GL_UNSIGNED_SHORT
.
U32
Corresponds to GL_UNSIGNED_INT
.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IndexType
impl UnwindSafe for IndexType
Blanket Implementations
Mutably borrows from an owned value. Read more