Trait sierra::Pass

source ·
pub trait Pass {
    type Instance: RenderPassInstance<Input = Self>;

    fn instance() -> Self::Instance;
}

Required Associated Types§

Required Methods§

Implementors§