Skip to content

WebGPU Compute Shader API

Tom Clabault requested to merge tom.clabault/vtk:WebGPUComputeAPI into master
  • closes #19319 (closed)

  • 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.

@lucas.givord @thomas.galland Please review

FYI: @jaswant.panchumarti @sankhesh

Edited by Tom Clabault

Merge request reports