Struct amethyst_renderer::pipe::pass::CompiledPass[][src]

pub struct CompiledPass<P> { /* fields omitted */ }

A compiled pass. These are created and managed by the Renderer. This should not be used directly outside of the renderer.

Methods

impl<P> CompiledPass<P>
[src]

Applies the inner pass.

Distributes new target data to the pass.

Trait Implementations

impl<P: Clone> Clone for CompiledPass<P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<P: Debug> Debug for CompiledPass<P>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<P> Send for CompiledPass<P> where
    P: Send

impl<P> Sync for CompiledPass<P> where
    P: Sync