pub enum Indices {
U8(Vec<u8>),
U16(Vec<u16>),
U32(Vec<u32>),
}Expand description
Indicies
§Rendering
Vulkan: Corresponds to vk::IndexType
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkIndexType.html
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Indices
impl RefUnwindSafe for Indices
impl Send for Indices
impl Sync for Indices
impl Unpin for Indices
impl UnwindSafe for Indices
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