Expand description
GPU compute context — wgpu device initialization with CPU fallback.
Wraps wgpu::Device + Queue for native GPU compute, or falls back
to CPU-only mode when no GPU is available or the feature is disabled.
Structs§
- Compute
Binding Descriptor - One logical binding passed to a compute kernel.
- Compute
Capabilities - Capabilities detected from the GPU adapter.
- Compute
Dispatch Descriptor - Generic compute dispatch description.
- Compute
Dispatch Result - Output produced by a compute dispatch.
- GpuContext
- GPU compute context handle.
Enums§
- Compute
Binding Kind - Buffer access mode for compute bindings.
- Uniform
Value