Struct ash::vk::IndirectCommandsLayoutCreateInfoNV
source · #[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§
source§impl IndirectCommandsLayoutCreateInfoNV
impl IndirectCommandsLayoutCreateInfoNV
pub fn builder<'a>() -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for IndirectCommandsLayoutCreateInfoNV
impl Clone for IndirectCommandsLayoutCreateInfoNV
source§fn clone(&self) -> IndirectCommandsLayoutCreateInfoNV
fn clone(&self) -> IndirectCommandsLayoutCreateInfoNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more