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

pub struct ShadingCommand<'a> { /* fields omitted */ }

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

Methods

impl<'a> ShadingCommand<'a>
[src]

Create a new shading command.

Trait Implementations

impl<'a> Clone for ShadingCommand<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more