pub fn start(
window_builder: WindowBuilder,
app: impl App + 'static,
pixel_buffer_size: PhysicalSize<u32>,
target_frame_time: Duration,
max_frame_time: Duration,
) -> Result<()>
Expand description
Start the application. Not available on web targets (use start_async()
).