pub struct CulledLightSet {
pub opaque_culled_objects: CulledObjectSet,
pub cutout_culled_objects: CulledObjectSet,
pub shadow_texture_arc: Arc<TextureView>,
}Fields§
§opaque_culled_objects: CulledObjectSet§cutout_culled_objects: CulledObjectSet§shadow_texture_arc: Arc<TextureView>Auto Trait Implementations§
impl !Freeze for CulledLightSet
impl !RefUnwindSafe for CulledLightSet
impl Send for CulledLightSet
impl Sync for CulledLightSet
impl Unpin for CulledLightSet
impl !UnwindSafe for CulledLightSet
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