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.