Trait gfx_shader_watch::PsoCell [] [src]

pub trait PsoCell<R: Resources, F: Factory<R>, I: PipelineInit> {
    fn pso(&mut self) -> &mut PipelineState<R, I::Meta>;
    fn factory(&mut self) -> &mut F;
}

Container for pipeline state object and a factory

Required Methods

Implementors