Struct vulkano::command_buffer::DrawIndirectCommand [] [src]

pub struct DrawIndirectCommand {
    pub vertex_count: u32,
    pub instance_count: u32,
    pub first_vertex: u32,
    pub first_instance: u32,
}

Fields

vertex_count: u32 instance_count: u32 first_vertex: u32 first_instance: u32

Trait Implementations

impl Eq for DrawIndirectCommand
[src]

impl PartialEq for DrawIndirectCommand
[src]

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

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

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

This method tests for !=.

impl Clone for DrawIndirectCommand
[src]

fn clone(&self) -> DrawIndirectCommand

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 DrawIndirectCommand
[src]

impl Debug for DrawIndirectCommand
[src]

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

Formats the value using the given formatter.