Function demo_vk::app::app_main

source ยท
pub fn app_main<A>()
where A: App + 'static,
Expand description

The entrypoint for implementations of the App trait.

Initializes logging and the GLFW library. Any errors that cause the application to exit are reported with a stacktrace if available.