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

index_count: u32 instance_count: u32 first_index: u32 vertex_offset: u32 first_instance: u32

Trait Implementations

impl Eq for DrawIndexedIndirectCommand
[src]

impl PartialEq for DrawIndexedIndirectCommand
[src]

fn eq(&self, __arg_0: &DrawIndexedIndirectCommand) -> bool

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

fn ne(&self, __arg_0: &DrawIndexedIndirectCommand) -> bool

This method tests for !=.

impl Clone for DrawIndexedIndirectCommand
[src]

fn clone(&self) -> DrawIndexedIndirectCommand

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for DrawIndexedIndirectCommand
[src]

impl Debug for DrawIndexedIndirectCommand
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.