Expand description
WebGpuBackend — the main entry point for the oxicuda-webgpu crate.
Implements the ComputeBackend trait from oxicuda-backend using
wgpu for cross-platform GPU compute (Vulkan, Metal, DX12, WebGPU).
Structs§
- WebGpu
Backend - Cross-platform GPU compute backend backed by
wgpu.