pub struct SkyboxPipelines {
pub pipeline_s1: RenderPipeline,
pub pipeline_s4: RenderPipeline,
}
Expand description
Container for all needed skybox pipelines
Fields§
§pipeline_s1: RenderPipeline
§pipeline_s4: RenderPipeline
Implementations§
Source§impl SkyboxPipelines
impl SkyboxPipelines
pub fn new( renderer: &Renderer, interfaces: &WholeFrameInterfaces, bgl: &BindGroupLayout, ) -> Self
Auto Trait Implementations§
impl Freeze for SkyboxPipelines
impl !RefUnwindSafe for SkyboxPipelines
impl Send for SkyboxPipelines
impl Sync for SkyboxPipelines
impl Unpin for SkyboxPipelines
impl !UnwindSafe for SkyboxPipelines
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