VTK
9.4.20250207
|
#include "vtkObject.h"
#include "vtkRenderingWebGPUModule.h"
#include "vtkSmartPointer.h"
#include "vtkWebGPUComputePointCloudMapper.h"
#include "vtk_wgpu.h"
Go to the source code of this file.
Classes | |
class | vtkWebGPUPointCloudMapperInternals |
Internal implementation details of vtkWebGPUPointCloudMapper. More... | |
struct | vtkWebGPUPointCloudMapperInternals::CopyDepthBufferRenderPipeline |
Structure that contains the wgpu objects necessary for the use of the render pipeline that copies the depth buffer of a point cloud mapper to the depth buffer of a render window (using a simple fragment shader that reads the depth from the point depth buffer and writes it to the depth buffer of the render window) More... | |