Struct vulkano::command_buffer::DrawIndexedIndirectCommand [] [src]

pub struct DrawIndexedIndirectCommand {
    pub index_count: u32,
    pub instance_count: u32,
    pub first_index: u32,
    pub vertex_offset: u32,
    pub first_instance: u32,
}

Fields

Trait Implementations

impl Debug for DrawIndexedIndirectCommand
[src]

Formats the value using the given formatter.

impl Copy for DrawIndexedIndirectCommand
[src]

impl Clone for DrawIndexedIndirectCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DrawIndexedIndirectCommand
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DrawIndexedIndirectCommand
[src]