Available on crate feature
program
only.Expand description
Create interactive, native cross-platform applications for WGPU.
Structs§
Traits§
- Program
- An interactive, native, cross-platform, multi-windowed application.
Functions§
- build_
user_ interfaces - Build the user interface for every window.
- run
- Runs a
Program
with an executor, compositor, and the provided settings. - user_
force_ quit - Returns true if the provided event should cause a
Program
to exit.