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