[][src]Trait luminance::backend::pipeline::PipelineBase

pub unsafe trait PipelineBase: ShadingGateBackend + TextureBase {
    type PipelineRepr;
    pub unsafe fn new_pipeline(
        &mut self
    ) -> Result<Self::PipelineRepr, PipelineError>; }

Associated Types

Loading content...

Required methods

pub unsafe fn new_pipeline(
    &mut self
) -> Result<Self::PipelineRepr, PipelineError>
[src]

Loading content...

Implementors

Loading content...