pub struct GpuIndirectData {
pub indirect_buffer: Buffer,
pub count: usize,
}
Expand description
The data needed to do an indirect draw call for an entire material archetype.
Fields§
§indirect_buffer: Buffer
§count: usize
Auto Trait Implementations§
impl !Freeze for GpuIndirectData
impl !RefUnwindSafe for GpuIndirectData
impl Send for GpuIndirectData
impl Sync for GpuIndirectData
impl Unpin for GpuIndirectData
impl !UnwindSafe for GpuIndirectData
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