WebGPU Compute API
The new WebGPU compute API allows offloading computations from the CPU to the GPU using WebGPU compute shaders.
The compute API is used through a vtkWebGPUComputePipeline
object. It is used to set the inputs and outputs to the compute shader as well as execute it and get its results back to the CPU.
API usage is detailed in the changelog.
Edited by Tom Clabault