#[repr(i32)]pub enum IndexType {
U8 = 1_000_265_000,
U16 = 0,
U32 = 1,
}
Expand description
Type of index buffer indices
Variants§
U8 = 1_000_265_000
Available on crate feature
VK_KHR_index_type_uint8
only.Indices are 8-bit unsigned integer values
U16 = 0
Indices are 16-bit unsigned integer values
U32 = 1
Indices are 32-bit unsigned integer values
Trait Implementations§
impl Copy for IndexType
impl Eq for IndexType
impl StructuralPartialEq for IndexType
Auto Trait Implementations§
impl Freeze for IndexType
impl RefUnwindSafe for IndexType
impl Send for IndexType
impl Sync for IndexType
impl Unpin for IndexType
impl UnwindSafe for IndexType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more