Struct gfx_app::Wrap [] [src]

pub struct Wrap<R: Resources, C: CommandBuffer<R>, A> { /* fields omitted */ }

Trait Implementations

impl<R, C, A> ApplicationBase<R, C> for Wrap<R, C, A> where R: Resources, C: CommandBuffer<R>, A: Application<R>
[src]