Expand description
wginit is a simple framework for initializing wgpu + winit.
It only handles one device.
Re-exports§
Structs§
- Context
- A context struct passed to application handlers while the application is not suspended.
- User
Event Sender - Sender for user events.
- Wgpu
- The current wgpu state.
Traits§
- Application
Handler - The application event handler.
Functions§
- run
- Runs the application.