pub struct PerMaterialArchetypeData {
pub inner: CulledObjectSet,
pub per_material: BindGroup,
}Expand description
Handles to the data that corresponds with a single material archetype.
Fields§
§inner: CulledObjectSet§per_material: BindGroupAuto Trait Implementations§
impl !Freeze for PerMaterialArchetypeData
impl !RefUnwindSafe for PerMaterialArchetypeData
impl Send for PerMaterialArchetypeData
impl Sync for PerMaterialArchetypeData
impl Unpin for PerMaterialArchetypeData
impl !UnwindSafe for PerMaterialArchetypeData
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