#[repr(C)]pub struct ULCommand {
pub command_type: c_uchar,
pub gpu_state: ULGPUState,
pub geometry_id: c_uint,
pub indices_count: c_uint,
pub indices_offset: c_uint,
}Expand description
Command description.
Fields§
§command_type: c_uchar§gpu_state: ULGPUState§geometry_id: c_uintThe following members are only used with kCommandType_DrawGeometry
indices_count: c_uint§indices_offset: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for ULCommand
impl RefUnwindSafe for ULCommand
impl Send for ULCommand
impl Sync for ULCommand
impl Unpin for ULCommand
impl UnwindSafe for ULCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more