Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Uint32Array overload for setBindGroup (gpuweb#440)
This is useful to reduce bindings overhead in type conversion from passing a vanilla JavaScript array. WebAssembly applications will use this API to efficiently pass data in the WASM heap to WebGPU. The overload has arguments dynamicOffsetsDataStart and dynamicOffsetsDataLength which specify a subregion in the Uint32Array to read from.
- Loading branch information