Trait bevy_render::render_resource::SpecializedPipeline[][src]

pub trait SpecializedPipeline {
    type Key: Clone + Hash + PartialEq + Eq;
    fn specialize(&self, key: Self::Key) -> RenderPipelineDescriptor;
}

Associated Types

Required methods

Implementors