Expand description
The GLFW application implementation.
This module defines the traits and functions required for managing the lifecycle of a GLFW application with a single Vulkan-enabled window.
Structs§
- A helper for toggling fullscreen on a glfw window.
Traits§
- Implementations of this trait can be run with app_main to manage a GLFW window.
Functions§
- The entrypoint for implementations of the App trait.