VTK  9.7.20260918
vtkWebGPUPolyDataMapper::TopologyBindGroupInfo Struct Reference

#include <vtkWebGPUPolyDataMapper.h>

Detailed Description

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

Member Data Documentation

◆ ConnectivityBuffer

WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::ConnectivityBuffer = nullptr

Definition at line 464 of file vtkWebGPUPolyDataMapper.h.

◆ CellIdBuffer

WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdBuffer = nullptr

Definition at line 466 of file vtkWebGPUPolyDataMapper.h.

◆ EdgeArrayBuffer

WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::EdgeArrayBuffer = nullptr

Definition at line 469 of file vtkWebGPUPolyDataMapper.h.

◆ CellIdOffsetUniformBuffer

WGPUBuffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdOffsetUniformBuffer = nullptr

Definition at line 471 of file vtkWebGPUPolyDataMapper.h.

◆ BindGroup

WGPUBindGroup vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::BindGroup = nullptr

Definition at line 475 of file vtkWebGPUPolyDataMapper.h.

◆ MaxCellSize

vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::MaxCellSize = 0

Definition at line 477 of file vtkWebGPUPolyDataMapper.h.

◆ VertexCount

vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexCount = 0

Definition at line 479 of file vtkWebGPUPolyDataMapper.h.

◆ VertexOffsetAndCounts

std::vector<std::pair<vtkTypeUInt32, vtkTypeUInt32> > vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexOffsetAndCounts

Definition at line 481 of file vtkWebGPUPolyDataMapper.h.


The documentation for this struct was generated from the following file: