|
VTK
9.6.20260422
|
#include <vtkWebGPUPolyDataMapper.h>
Public Attributes | |
| wgpu::Buffer | ConnectivityBuffer |
| wgpu::Buffer | CellIdBuffer |
| wgpu::Buffer | EdgeArrayBuffer |
| wgpu::Buffer | CellIdOffsetUniformBuffer |
| wgpu::BindGroup | BindGroup |
| vtkTypeUInt32 | MaxCellSize = 0 |
| vtkTypeUInt32 | VertexCount = 0 |
| std::vector< std::pair< vtkTypeUInt32, vtkTypeUInt32 > > | VertexOffsetAndCounts |
Definition at line 463 of file vtkWebGPUPolyDataMapper.h.
| wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::ConnectivityBuffer |
Definition at line 466 of file vtkWebGPUPolyDataMapper.h.
| wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdBuffer |
Definition at line 468 of file vtkWebGPUPolyDataMapper.h.
| wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::EdgeArrayBuffer |
Definition at line 471 of file vtkWebGPUPolyDataMapper.h.
| wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdOffsetUniformBuffer |
Definition at line 473 of file vtkWebGPUPolyDataMapper.h.
| wgpu::BindGroup vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::BindGroup |
Definition at line 477 of file vtkWebGPUPolyDataMapper.h.
| vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::MaxCellSize = 0 |
Definition at line 479 of file vtkWebGPUPolyDataMapper.h.
| vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexCount = 0 |
Definition at line 481 of file vtkWebGPUPolyDataMapper.h.
| std::vector<std::pair<vtkTypeUInt32, vtkTypeUInt32> > vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexOffsetAndCounts |
Definition at line 483 of file vtkWebGPUPolyDataMapper.h.