Struct machinery_api::plugins::renderer::RendererDrawIndexedCommandT [−][src]
#[repr(C)]pub struct RendererDrawIndexedCommandT { pub num_indices: u32, pub num_instances: u32, pub first_index: u32, pub vertex_offset: i32, pub first_instance: u32, }
Fields
num_indices: u32num_instances: u32first_index: u32vertex_offset: i32first_instance: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RendererDrawIndexedCommandT
impl Send for RendererDrawIndexedCommandT
impl Sync for RendererDrawIndexedCommandT
impl Unpin for RendererDrawIndexedCommandT
impl UnwindSafe for RendererDrawIndexedCommandT
Blanket Implementations
Mutably borrows from an owned value. Read more