Struct vks::VkDrawIndirectCommand [] [src]

#[repr(C)]
pub struct VkDrawIndirectCommand { pub vertexCount: u32, pub instanceCount: u32, pub firstVertex: u32, pub firstInstance: u32, }

Fields

Trait Implementations

impl Debug for VkDrawIndirectCommand
[src]

Formats the value using the given formatter.

impl Copy for VkDrawIndirectCommand
[src]

impl Clone for VkDrawIndirectCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDrawIndirectCommand
[src]

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