#[repr(C)]pub struct IndirectCommandsLayoutTokenNV {Show 15 fields
pub s_type: StructureType,
pub next: *const c_void,
pub token_type: IndirectCommandsTokenTypeNV,
pub stream: u32,
pub offset: u32,
pub vertex_binding_unit: u32,
pub vertex_dynamic_stride: Bool32,
pub pushconstant_pipeline_layout: PipelineLayout,
pub pushconstant_shader_stage_flags: ShaderStageFlags,
pub pushconstant_offset: u32,
pub pushconstant_size: u32,
pub indirect_state_flags: IndirectStateFlagsNV,
pub index_type_count: u32,
pub index_types: *const IndexType,
pub index_type_values: *const u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidtoken_type: IndirectCommandsTokenTypeNVstream: u32offset: u32vertex_binding_unit: u32vertex_dynamic_stride: Bool32pushconstant_pipeline_layout: PipelineLayoutpushconstant_shader_stage_flags: ShaderStageFlagspushconstant_offset: u32pushconstant_size: u32indirect_state_flags: IndirectStateFlagsNVindex_type_count: u32index_types: *const IndexTypeindex_type_values: *const u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for IndirectCommandsLayoutTokenNV
impl !Sync for IndirectCommandsLayoutTokenNV
impl Unpin for IndirectCommandsLayoutTokenNV
impl UnwindSafe for IndirectCommandsLayoutTokenNV
Blanket Implementations
Mutably borrows from an owned value. Read more