[][src]Trait gfx_app::Factory

pub trait Factory<R: Resources>: Factory<R> {
    type CommandBuffer: CommandBuffer<R>;
    fn create_encoder(&mut self) -> Encoder<R, Self::CommandBuffer>;
}

Associated Types

Loading content...

Required methods

fn create_encoder(&mut self) -> Encoder<R, Self::CommandBuffer>

Loading content...

Implementations on Foreign Types

impl Factory<Resources> for Factory[src]

Loading content...

Implementors

Loading content...