pub fn run_event_loop(
config: DevConfig,
render_state: Rc<RefCell<RenderState>>,
frame_callback: FrameCallback,
) -> Result<()>Expand description
Run the event loop. This blocks until the window is closed.
pub fn run_event_loop(
config: DevConfig,
render_state: Rc<RefCell<RenderState>>,
frame_callback: FrameCallback,
) -> Result<()>Run the event loop. This blocks until the window is closed.