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

#include <vtkWebGPUPolyDataMapper.h>

Public Attributes

wgpu::Buffer TopologyBuffer
 
wgpu::Buffer EdgeArrayBuffer
 
wgpu::BindGroup BindGroup
 
vtkTypeUInt32 VertexCount = 0
 

Detailed Description

Definition at line 413 of file vtkWebGPUPolyDataMapper.h.

Member Data Documentation

◆ TopologyBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::TopologyBuffer

Definition at line 416 of file vtkWebGPUPolyDataMapper.h.

◆ EdgeArrayBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::EdgeArrayBuffer

Definition at line 419 of file vtkWebGPUPolyDataMapper.h.

◆ BindGroup

wgpu::BindGroup vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::BindGroup

Definition at line 423 of file vtkWebGPUPolyDataMapper.h.

◆ VertexCount

vtkTypeUInt32 vtkWebGPUPolyDataMapper::TopologyBindGroupInfo::VertexCount = 0

Definition at line 425 of file vtkWebGPUPolyDataMapper.h.


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