Struct ash::vk::IndirectCommandsLayoutCreateInfoNV [−][src]
#[repr(C)]pub struct IndirectCommandsLayoutCreateInfoNV { pub s_type: StructureType, pub p_next: *const c_void, pub flags: IndirectCommandsLayoutUsageFlagsNV, pub pipeline_bind_point: PipelineBindPoint, pub token_count: u32, pub p_tokens: *const IndirectCommandsLayoutTokenNV, pub stream_count: u32, pub p_stream_strides: *const u32, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: IndirectCommandsLayoutUsageFlagsNVpipeline_bind_point: PipelineBindPointtoken_count: u32p_tokens: *const IndirectCommandsLayoutTokenNVstream_count: u32p_stream_strides: *const u32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for IndirectCommandsLayoutCreateInfoNV
impl !Sync for IndirectCommandsLayoutCreateInfoNV
impl Unpin for IndirectCommandsLayoutCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more