[][src]Struct rendy_graph::render::SimpleRenderGroup

pub struct SimpleRenderGroup<B: Backend, P> { /* fields omitted */ }

Render group that consist of simple graphics pipeline.

Trait Implementations

impl<B, T, P> RenderGroup<B, T> for SimpleRenderGroup<B, P> where
    B: Backend,
    T: ?Sized,
    P: SimpleGraphicsPipeline<B, T>, 
[src]

impl<B: Debug + Backend, P: Debug> Debug for SimpleRenderGroup<B, P> where
    B::PipelineLayout: Debug,
    B::GraphicsPipeline: Debug
[src]

Auto Trait Implementations

impl<B, P> Send for SimpleRenderGroup<B, P> where
    P: Send,
    <B as Backend>::DescriptorSetLayout: Send + Sync,
    <B as Backend>::GraphicsPipeline: Send,
    <B as Backend>::PipelineLayout: Send

impl<B, P> Sync for SimpleRenderGroup<B, P> where
    P: Sync,
    <B as Backend>::DescriptorSetLayout: Send + Sync,
    <B as Backend>::GraphicsPipeline: Sync,
    <B as Backend>::PipelineLayout: Sync

impl<B, P> Unpin for SimpleRenderGroup<B, P> where
    P: Unpin,
    <B as Backend>::GraphicsPipeline: Unpin,
    <B as Backend>::PipelineLayout: Unpin

impl<B, P> UnwindSafe for SimpleRenderGroup<B, P> where
    P: UnwindSafe,
    <B as Backend>::DescriptorSetLayout: RefUnwindSafe,
    <B as Backend>::GraphicsPipeline: UnwindSafe,
    <B as Backend>::PipelineLayout: UnwindSafe

impl<B, P> RefUnwindSafe for SimpleRenderGroup<B, P> where
    P: RefUnwindSafe,
    <B as Backend>::DescriptorSetLayout: RefUnwindSafe,
    <B as Backend>::GraphicsPipeline: RefUnwindSafe,
    <B as Backend>::PipelineLayout: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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