VTK  9.5.20250625
Public Attributes | List of all members
vtkWebGPUPolyDataMapper::TopologyBindGroupInfo Struct Reference

#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
 

Detailed Description

Definition at line 448 of file vtkWebGPUPolyDataMapper.h.

Member Data Documentation

◆ ConnectivityBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::ConnectivityBuffer

Definition at line 451 of file vtkWebGPUPolyDataMapper.h.

◆ CellIdBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdBuffer

Definition at line 453 of file vtkWebGPUPolyDataMapper.h.

◆ EdgeArrayBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::EdgeArrayBuffer

Definition at line 456 of file vtkWebGPUPolyDataMapper.h.

◆ CellIdOffsetUniformBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::CellIdOffsetUniformBuffer

Definition at line 458 of file vtkWebGPUPolyDataMapper.h.

◆ BindGroup

wgpu::BindGroup vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::BindGroup

Definition at line 462 of file vtkWebGPUPolyDataMapper.h.

◆ MaxCellSize

vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::MaxCellSize = 0

Definition at line 464 of file vtkWebGPUPolyDataMapper.h.

◆ VertexCount

vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexCount = 0

Definition at line 466 of file vtkWebGPUPolyDataMapper.h.


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