Struct rend3_list::DefaultPipelines[][src]

pub struct DefaultPipelines {
    pub shadow_depth_pipeline: PipelineHandle,
    pub depth_pipeline: PipelineHandle,
    pub skybox_pipeline: PipelineHandle,
    pub opaque_pipeline: PipelineHandle,
    pub blit_pipeline: PipelineHandle,
}

Fields

shadow_depth_pipeline: PipelineHandledepth_pipeline: PipelineHandleskybox_pipeline: PipelineHandleopaque_pipeline: PipelineHandleblit_pipeline: PipelineHandle

Implementations

impl DefaultPipelines[src]

pub fn new<TLD>(
    renderer: &Arc<Renderer<TLD>>,
    shaders: &DefaultShaders
) -> impl Future<Output = Self> where
    TLD: 'static, 
[src]

Trait Implementations

impl Debug for DefaultPipelines[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast<T> for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Upcast<T> for T

impl<T> WithSubscriber for T[src]