pub struct CulledObjectSet {
pub calls: ModeData<Vec<CPUDrawCall>, GPUIndirectData>,
pub output_bg: BindGroup,
}Fields§
§calls: ModeData<Vec<CPUDrawCall>, GPUIndirectData>§output_bg: BindGroupAuto Trait Implementations§
impl !Freeze for CulledObjectSet
impl !RefUnwindSafe for CulledObjectSet
impl Send for CulledObjectSet
impl Sync for CulledObjectSet
impl Unpin for CulledObjectSet
impl !UnwindSafe for CulledObjectSet
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