Struct gfx_shader_watch::SimplePsoCell [] [src]

pub struct SimplePsoCell<R: Resources, F: Factory<R>, I: PipelineInit> { /* fields omitted */ }

Trait Implementations

impl<R: Debug + Resources, F: Debug + Factory<R>, I: Debug + PipelineInit> Debug for SimplePsoCell<R, F, I> where
    I::Meta: Debug
[src]

Formats the value using the given formatter.

impl<R: Resources, F: Factory<R>, I: PipelineInit> PsoCell<R, F, I> for SimplePsoCell<R, F, I>
[src]