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

#[repr(C)]
pub struct DrawIndirectCommand { pub vertex_count: u32, pub instance_count: u32, pub first_vertex: u32, pub first_instance: u32, }

Fields

Trait Implementations

impl Debug for DrawIndirectCommand
[src]

Formats the value using the given formatter.

impl Copy for DrawIndirectCommand
[src]

impl Clone for DrawIndirectCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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