VTK
9.4.20241112
|
#include "vtkObject.h"
#include "vtkRenderingWebGPUModule.h"
#include "vtkSmartPointer.h"
#include "vtk_wgpu.h"
#include <type_traits>
Go to the source code of this file.
Classes | |
class | vtkWebGPUComputePass |
A compute pass is an abstraction for offloading computation from the CPU onto the GPU using WebGPU compute shaders. More... | |