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

#[repr(C)]
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: u32instance_count: u32first_index: u32vertex_offset: u32first_instance: u32

Trait Implementations

impl Clone for DrawIndexedIndirectCommand[src]

impl Copy for DrawIndexedIndirectCommand[src]

impl Eq for DrawIndexedIndirectCommand[src]

impl PartialEq<DrawIndexedIndirectCommand> for DrawIndexedIndirectCommand[src]

impl Debug for DrawIndexedIndirectCommand[src]

impl StructuralPartialEq for DrawIndexedIndirectCommand[src]

impl StructuralEq for DrawIndexedIndirectCommand[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Content for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]