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

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...