Enum wgpu_types::IndexFormat [−][src]
#[repr(C)]
pub enum IndexFormat {
Uint16,
Uint32,
}Expand description
Format of indices used with pipeline.
Variants
Indices are 16 bit unsigned integers.
Indices are 32 bit unsigned integers.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IndexFormatimpl Send for IndexFormatimpl Sync for IndexFormatimpl Unpin for IndexFormatimpl UnwindSafe for IndexFormatBlanket Implementations
Mutably borrows from an owned value. Read more