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: StructureType
p_next: *const c_void
flags: IndirectCommandsLayoutUsageFlagsNV
pipeline_bind_point: PipelineBindPoint
token_count: u32
p_tokens: *const IndirectCommandsLayoutTokenNV
stream_count: u32
p_stream_strides: *const u32
Implementations
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