Struct dvk::core::VkDrawIndexedIndirectCommand [] [src]

#[repr(C)]
pub struct VkDrawIndexedIndirectCommand { pub indexCount: uint32_t, pub instanceCount: uint32_t, pub firstIndex: uint32_t, pub vertexOffset: int32_t, pub firstInstance: uint32_t, }

Fields

Trait Implementations

impl Copy for VkDrawIndexedIndirectCommand
[src]

impl Clone for VkDrawIndexedIndirectCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more