Skip to main content

Crate blwf

Crate blwf 

Source

Re-exports§

pub use wgpu;
pub use winit;

Structs§

WgpuBase
WgpuBase handles the initialization of wgpu and stores the wgpu resources that every app will need (device, queue, surface, surface configuration). It also stores a handle to the window. One of these should be contained in your app.

Traits§

WgpuApplication

Functions§

run