Skip to main content

Module backend

Module backend 

Source

Structs§

WGPUBackend
The wgpu-backed Backend implementation. Inserted as a resource once init finishes (see the Backend trait docs for how that’s driven); everything in super that uploads to the GPU (Res<WGPUBackend> in an Asset::upload impl) reads device/queue directly off this.
WGPUFrame
WGPUPlugin