pub struct DrawIndexed {
pub pass: GpuId,
pub indices: u32,
pub instances: u32,
pub first_index: u32,
pub base_vertex: i32,
pub first_instance: u32,
}Fields§
§pass: GpuId§indices: u32§instances: u32§first_index: u32§base_vertex: i32§first_instance: u32Trait Implementations§
Source§impl Debug for DrawIndexed
impl Debug for DrawIndexed
Source§impl<'de> Deserialize<'de> for DrawIndexed
impl<'de> Deserialize<'de> for DrawIndexed
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DrawIndexed
impl RefUnwindSafe for DrawIndexed
impl Send for DrawIndexed
impl Sync for DrawIndexed
impl Unpin for DrawIndexed
impl UnwindSafe for DrawIndexed
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