Struct vks::VkDrawIndexedIndirectCommand [] [src]

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

Fields

Trait Implementations

impl Debug for VkDrawIndexedIndirectCommand
[src]

Formats the value using the given formatter.

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

impl Default for VkDrawIndexedIndirectCommand
[src]

Returns the "default value" for a type. Read more