Struct vk_sys::DrawIndexedIndirectCommand[][src]

#[repr(C)]
pub struct DrawIndexedIndirectCommand { pub indexCount: u32, pub instanceCount: u32, pub firstIndex: u32, pub vertexOffset: i32, pub firstInstance: u32, }

Fields

indexCount: u32instanceCount: u32firstIndex: u32vertexOffset: i32firstInstance: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.