Trait luminance::pipeline::SomeShadingCommand [] [src]

pub trait SomeShadingCommand {
    fn run_shading_command(&self);
}

This trait is used to add existential quantification to ShadingCommands. It should be implemented by backends to enable their use in Pipelines.

Required Methods

Implementors