pub struct ShadowAtlasView(pub TextureViewId);Expand description
2D shadow atlas texture view (directional / spot lights), written by
shadow lanes after execute().
Tuple Fields§
§0: TextureViewIdTrait Implementations§
Source§impl Clone for ShadowAtlasView
impl Clone for ShadowAtlasView
Source§fn clone(&self) -> ShadowAtlasView
fn clone(&self) -> ShadowAtlasView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShadowAtlasView
impl Debug for ShadowAtlasView
impl Copy for ShadowAtlasView
Auto Trait Implementations§
impl Freeze for ShadowAtlasView
impl RefUnwindSafe for ShadowAtlasView
impl Send for ShadowAtlasView
impl Sync for ShadowAtlasView
impl Unpin for ShadowAtlasView
impl UnsafeUnpin for ShadowAtlasView
impl UnwindSafe for ShadowAtlasView
Blanket Implementations§
Source§impl<T> AppLifecycle for Twhere
T: ?Sized,
impl<T> AppLifecycle for Twhere
T: ?Sized,
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