Expand description
Low-level GPU context access.
Structs§
- Readback
Frame - A frame of pixel data returned by the readback stream.
- Readback
Stream - High-throughput, non-blocking readback pipeline based on a ring buffer.
- Resource
Builder - Collects resource bindings for automatic layout and bind group generation.
- Resource
Manager - Wgpu
Context - Core wgpu context holding GPU handles and render target state.
Enums§
- Binding
Resource - Describes a single resource binding for
wgpu::BindGroupcreation. - Readback
Error - Error returned by
ReadbackStreamoperations.
Traits§
- Bindings
- Binding resource Trait