pub struct DirectionalShadowPass { /* private fields */ }Implementations§
Source§impl DirectionalShadowPass
impl DirectionalShadowPass
pub fn new( cutout_pipeline: Arc<RenderPipeline>, opaque_pipeline: Arc<RenderPipeline>, ) -> Self
pub fn cull_shadows( &self, args: DirectionalShadowPassCullShadowsArgs<'_>, ) -> Vec<CulledLightSet>
pub fn draw_culled_shadows( &self, args: DirectionalShadowPassDrawCulledShadowsArgs<'_>, )
Auto Trait Implementations§
impl Freeze for DirectionalShadowPass
impl !RefUnwindSafe for DirectionalShadowPass
impl Send for DirectionalShadowPass
impl Sync for DirectionalShadowPass
impl Unpin for DirectionalShadowPass
impl !UnwindSafe for DirectionalShadowPass
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