Struct ash::vk::IndirectCommandsLayoutTokenNV [−][src]
#[repr(C)]pub struct IndirectCommandsLayoutTokenNV {}Show 15 fields
pub s_type: StructureType, pub p_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 p_index_types: *const IndexType, pub p_index_type_values: *const u32,
Expand description
Fields
s_type: StructureTypep_next: *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: u32p_index_types: *const IndexTypep_index_type_values: *const u32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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