Expand description
WebGPU buffer manager — allocates, copies, and frees wgpu::Buffer objects
through an opaque u64 handle interface that mirrors the CUDA device-pointer
model used by the rest of OxiCUDA.
Structs§
- WebGpu
Buffer Info - Internal record for a single allocated
wgpu::Buffer. - WebGpu
Memory Manager - Manages a pool of device-resident
wgpu::Bufferobjects, returning opaqueu64handles to callers.