Module application

Source
Expand description

The application runtime is the default runtime for Lambda applications. It provides a window and a render context which can be used to render both 2D and 3D graphics to the screen.

Structs§

ApplicationRuntime
A windowed and event-driven runtime that can be used to render a scene on the primary GPU across Windows, MacOS, and Linux.
ApplicationRuntimeBuilder

Enums§

ComponentResult