Struct lava::VkDrawIndirectCommand[][src]

pub struct VkDrawIndirectCommand {
    pub vertex_count: usize,
    pub instance_count: usize,
    pub first_vertex: usize,
    pub first_instance: usize,
}

Fields

Trait Implementations

impl Debug for VkDrawIndirectCommand
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations