Struct luminance::pipeline::ShadingGate[][src]

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

A shading gate provides you with a way to run shaders on rendering commands.

Methods

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

Run a shader on a set of rendering commands.

Auto Trait Implementations

impl<'a> !Send for ShadingGate<'a>

impl<'a> !Sync for ShadingGate<'a>