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

pub struct RenderCommand<'a, V> { /* 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, V> RenderCommand<'a, V>
[src]

Enter the render command.

Trait Implementations

impl<'a, V: Clone> Clone for RenderCommand<'a, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more