#[repr(u32)]pub enum IndirectCommandsTokenTypeNV {
ShaderGroup = 0,
StateFlags = 1,
IndexBuffer = 2,
VertexBuffer = 3,
PushConstant = 4,
DrawIndexed = 5,
Draw = 6,
DrawTasks = 7,
PushData = 1_000_135_000,
DrawMeshTasks = 1_000_328_000,
Pipeline = 1_000_428_003,
Dispatch = 1_000_428_004,
}Expand description
Variants§
ShaderGroup = 0
StateFlags = 1
IndexBuffer = 2
VertexBuffer = 3
PushConstant = 4
DrawIndexed = 5
Draw = 6
DrawTasks = 7
PushData = 1_000_135_000
DrawMeshTasks = 1_000_328_000
Pipeline = 1_000_428_003
Dispatch = 1_000_428_004
Trait Implementations§
Source§impl Clone for IndirectCommandsTokenTypeNV
impl Clone for IndirectCommandsTokenTypeNV
Source§fn clone(&self) -> IndirectCommandsTokenTypeNV
fn clone(&self) -> IndirectCommandsTokenTypeNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IndirectCommandsTokenTypeNV
Source§impl Debug for IndirectCommandsTokenTypeNV
impl Debug for IndirectCommandsTokenTypeNV
impl Eq for IndirectCommandsTokenTypeNV
Source§impl PartialEq for IndirectCommandsTokenTypeNV
impl PartialEq for IndirectCommandsTokenTypeNV
Source§fn eq(&self, other: &IndirectCommandsTokenTypeNV) -> bool
fn eq(&self, other: &IndirectCommandsTokenTypeNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IndirectCommandsTokenTypeNV
Auto Trait Implementations§
impl Freeze for IndirectCommandsTokenTypeNV
impl RefUnwindSafe for IndirectCommandsTokenTypeNV
impl Send for IndirectCommandsTokenTypeNV
impl Sync for IndirectCommandsTokenTypeNV
impl Unpin for IndirectCommandsTokenTypeNV
impl UnsafeUnpin for IndirectCommandsTokenTypeNV
impl UnwindSafe for IndirectCommandsTokenTypeNV
Blanket Implementations§
impl<T> Alias<T> for T
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