Crate wgpu_context

Crate wgpu_context 

Source
Expand description

Simple helpers for managing wgpu state and surfaces.

Structs§

BufferRenderer
Utility struct for rendering to Vec<u8>
BufferRendererConfig
DeviceHandle
A wgpu Device, it’s associated Queue, and the Adapter and Instance used to create them
SurfaceRenderer
Combination of surface and its configuration.
SurfaceRendererConfiguration
TextureConfiguration
WGPUContext
Simple render context that maintains wgpu state for rendering the pipeline.

Enums§

WgpuContextError
Errors that can occur in WgpuContext.