|
VTK
9.7.20260918
|
#include <vtkWebGPUPolyDataMapper.h>
Definition at line 461 of file vtkWebGPUPolyDataMapper.h.
Public Attributes | |
| WGPUBuffer | ConnectivityBuffer = nullptr |
| WGPUBuffer | CellIdBuffer = nullptr |
| WGPUBuffer | EdgeArrayBuffer = nullptr |
| WGPUBuffer | CellIdOffsetUniformBuffer = nullptr |
| WGPUBindGroup | BindGroup = nullptr |
| vtkTypeUInt32 | MaxCellSize = 0 |
| vtkTypeUInt32 | VertexCount = 0 |
| std::vector< std::pair< vtkTypeUInt32, vtkTypeUInt32 > > | VertexOffsetAndCounts |
| WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::ConnectivityBuffer = nullptr |
Definition at line 464 of file vtkWebGPUPolyDataMapper.h.
| WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdBuffer = nullptr |
Definition at line 466 of file vtkWebGPUPolyDataMapper.h.
| WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::EdgeArrayBuffer = nullptr |
Definition at line 469 of file vtkWebGPUPolyDataMapper.h.
| WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdOffsetUniformBuffer = nullptr |
Definition at line 471 of file vtkWebGPUPolyDataMapper.h.
| WGPUBindGroup vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::BindGroup = nullptr |
Definition at line 475 of file vtkWebGPUPolyDataMapper.h.
| vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::MaxCellSize = 0 |
Definition at line 477 of file vtkWebGPUPolyDataMapper.h.
| vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexCount = 0 |
Definition at line 479 of file vtkWebGPUPolyDataMapper.h.
| std::vector<std::pair<vtkTypeUInt32, vtkTypeUInt32> > vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexOffsetAndCounts |
Definition at line 481 of file vtkWebGPUPolyDataMapper.h.