VTK  9.3.20240327
Public Attributes | List of all members
vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo Struct Reference

#include <vtkWebGPUPolyDataMapper.h>

Public Attributes

wgpu::Buffer PrimitiveSizeBuffer
 
wgpu::Buffer Buffer
 
wgpu::BindGroup BindGroup
 
wgpu::RenderPipeline Pipeline
 
vtkTypeUInt32 VertexCount = 0
 

Detailed Description

Definition at line 196 of file vtkWebGPUPolyDataMapper.h.

Member Data Documentation

◆ PrimitiveSizeBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::PrimitiveSizeBuffer

Definition at line 199 of file vtkWebGPUPolyDataMapper.h.

◆ Buffer

wgpu::Buffer vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::Buffer

Definition at line 201 of file vtkWebGPUPolyDataMapper.h.

◆ BindGroup

wgpu::BindGroup vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::BindGroup

Definition at line 203 of file vtkWebGPUPolyDataMapper.h.

◆ Pipeline

wgpu::RenderPipeline vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::Pipeline

Definition at line 205 of file vtkWebGPUPolyDataMapper.h.

◆ VertexCount

vtkTypeUInt32 vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::VertexCount = 0

Definition at line 207 of file vtkWebGPUPolyDataMapper.h.


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