Skip to main content

Crate wginit

Crate wginit 

Source
Expand description

wginit is a simple framework for initializing wgpu + winit.

It only handles one device.

Re-exports§

pub use wgpu;
pub use winit;

Structs§

Context
A context struct passed to application handlers while the application is not suspended.
UserEventSender
Sender for user events.
Wgpu
The current wgpu state.

Traits§

ApplicationHandler
The application event handler.

Functions§

run
Runs the application.