VTK  9.4.2
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 290 of file vtkWebGPUPolyDataMapper.h.

Member Data Documentation

◆ PrimitiveSizeBuffer

wgpu::Buffer vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::PrimitiveSizeBuffer

Definition at line 293 of file vtkWebGPUPolyDataMapper.h.

◆ Buffer

wgpu::Buffer vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::Buffer

Definition at line 295 of file vtkWebGPUPolyDataMapper.h.

◆ BindGroup

wgpu::BindGroup vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::BindGroup

Definition at line 297 of file vtkWebGPUPolyDataMapper.h.

◆ Pipeline

wgpu::RenderPipeline vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::Pipeline

Definition at line 299 of file vtkWebGPUPolyDataMapper.h.

◆ VertexCount

vtkTypeUInt32 vtkWebGPUPolyDataMapper::PrimitiveBindGroupInfo::VertexCount = 0

Definition at line 301 of file vtkWebGPUPolyDataMapper.h.


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