Module app

Module app 

Source
Expand description

The Winit ApplicationHandler implementation.

This module defines the traits and functions required for managing the lifecycle of a Winit application with a single Vulkan-enabled window.

Structs§

Location

Enums§

AppState

Traits§

App
Implementations of this trait can be run with app_main to manage a Winit window.
ErrorLocationMessage

Functions§

app_main
The entrypoint for implementations of the App trait.