[][src]Trait rendy::graph::NodeSubmittable

pub trait NodeSubmittable<'a, B> where
    B: Backend,
    <Self::Submittables as IntoIterator>::Item == Self::Submittable
{ type Submittable: 'a + Submittable<B, PrimaryLevel, OutsideRenderPass>; type Submittables: IntoIterator; }

NodeSubmittable

Associated Types

type Submittable: 'a + Submittable<B, PrimaryLevel, OutsideRenderPass>

Submittable type returned from Node.

type Submittables: IntoIterator

Iterator over submittables returned from Node.

Loading content...

Implementors

Loading content...