Struct luminance::pipeline::RenderCommand [] [src]

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

A render command, which holds information on how to rasterize tessellations and render-related hints (like blending equations and factors and whether the depth test should be enabled).

Methods

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

Create a new render command.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more