[][src]Struct rendy_command::SecondaryLevel

pub struct SecondaryLevel;

Command buffers of this level can be executed as part of the primary buffers.

Trait Implementations

impl Level for SecondaryLevel[src]

impl RenderPassRelation<SecondaryLevel> for RenderPassContinue[src]

impl<'a, B> BeginInfo<'a, B, SecondaryLevel> for Subpass<'a, B> where
    B: Backend, 
[src]

type PassRelation = RenderPassContinue

Pass relation type.

impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, Option<&'a F>) where
    B: Backend,
    F: Borrow<B::Framebuffer>, 
[src]

type PassRelation = RenderPassContinue

Pass relation type.

impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, &'a F) where
    B: Backend,
    F: Borrow<B::Framebuffer>, 
[src]

type PassRelation = RenderPassContinue

Pass relation type.

impl Clone for SecondaryLevel[src]

impl Copy for SecondaryLevel[src]

impl Default for SecondaryLevel[src]

impl Debug for SecondaryLevel[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]