Struct ash::vk::DrawIndexedIndirectCommand [−][src]
#[repr(C)]pub struct DrawIndexedIndirectCommand { pub index_count: u32, pub instance_count: u32, pub first_index: u32, pub vertex_offset: i32, pub first_instance: u32, }
Expand description
Fields
index_count: u32
instance_count: u32
first_index: u32
vertex_offset: i32
first_instance: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DrawIndexedIndirectCommand
impl Send for DrawIndexedIndirectCommand
impl Sync for DrawIndexedIndirectCommand
impl Unpin for DrawIndexedIndirectCommand
impl UnwindSafe for DrawIndexedIndirectCommand
Blanket Implementations
Mutably borrows from an owned value. Read more