Struct ash::vk::GeneratedCommandsInfoNV [−][src]
#[repr(C)]pub struct GeneratedCommandsInfoNV {}Show 15 fields
pub s_type: StructureType, pub p_next: *const c_void, pub pipeline_bind_point: PipelineBindPoint, pub pipeline: Pipeline, pub indirect_commands_layout: IndirectCommandsLayoutNV, pub stream_count: u32, pub p_streams: *const IndirectCommandsStreamNV, pub sequences_count: u32, pub preprocess_buffer: Buffer, pub preprocess_offset: DeviceSize, pub preprocess_size: DeviceSize, pub sequences_count_buffer: Buffer, pub sequences_count_offset: DeviceSize, pub sequences_index_buffer: Buffer, pub sequences_index_offset: DeviceSize,
Expand description
Fields
s_type: StructureType
p_next: *const c_void
pipeline_bind_point: PipelineBindPoint
pipeline: Pipeline
indirect_commands_layout: IndirectCommandsLayoutNV
stream_count: u32
p_streams: *const IndirectCommandsStreamNV
sequences_count: u32
preprocess_buffer: Buffer
preprocess_offset: DeviceSize
preprocess_size: DeviceSize
sequences_count_buffer: Buffer
sequences_count_offset: DeviceSize
sequences_index_buffer: Buffer
sequences_index_offset: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GeneratedCommandsInfoNV
impl !Send for GeneratedCommandsInfoNV
impl !Sync for GeneratedCommandsInfoNV
impl Unpin for GeneratedCommandsInfoNV
impl UnwindSafe for GeneratedCommandsInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more