pub struct SkyboxPassSlot(pub Option<PassContribution>);Expand description
Deck slot carrying the skybox / environment-background pass, written by
SkyboxAgent. Folded in after the scene pass and before overlays, so the
sky sits behind the geometry (depth-tested) and under the debug overlays.
Tuple Fields§
§0: Option<PassContribution>Trait Implementations§
Source§impl Default for SkyboxPassSlot
impl Default for SkyboxPassSlot
Source§fn default() -> SkyboxPassSlot
fn default() -> SkyboxPassSlot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SkyboxPassSlot
impl RefUnwindSafe for SkyboxPassSlot
impl Send for SkyboxPassSlot
impl Sync for SkyboxPassSlot
impl Unpin for SkyboxPassSlot
impl UnsafeUnpin for SkyboxPassSlot
impl UnwindSafe for SkyboxPassSlot
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