Struct luminance::pipeline::ShadingCommand [] [src]

pub struct ShadingCommand<'a, In, Out, Uni> where
    In: 'a,
    Out: 'a,
    Uni: 'a, 
{ /* fields omitted */ }

A dynamic shading command. A shading command gathers render commands under a shader Program.

Methods

impl<'a, In, Out, Uni> ShadingCommand<'a, In, Out, Uni>
[src]

Enter a ShadingCommand.

Trait Implementations

impl<'a, In: Clone, Out: Clone, Uni: Clone> Clone for ShadingCommand<'a, In, Out, Uni> where
    In: 'a,
    Out: 'a,
    Uni: 'a, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more