Function pegasus::fly [] [src]

pub fn fly<D: Device, F: FnMut() -> D::CommandBuffer, S: Shell, P: Painter<D::Resources>, E: EventHandler>(window: Window,
                                                                                                           device: D,
                                                                                                           com_factory: F,
                                                                                                           shell: S,
                                                                                                           painter: P,
                                                                                                           event_handler: E) where D::CommandBuffer: 'static + Send