Function gapp_winit::run[][src]

pub fn run<I: 'static, R: 'static, T, E: WindowInput<I, R> + Render<R> + Update + 'static>(
    application: E,
    event_loop: EventLoop<T>,
    fps: u64,
    windowed_context: WindowedContext<PossiblyCurrent>,
    input_context: I,
    renderer: R
)