Struct lava::VkDrawIndexedIndirectCommand[][src]

pub struct VkDrawIndexedIndirectCommand {
    pub index_count: usize,
    pub instance_count: usize,
    pub first_index: usize,
    pub vertex_offset: isize,
    pub first_instance: usize,
}

Fields

Trait Implementations

impl Debug for VkDrawIndexedIndirectCommand
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations