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

#include <vtkWebGPUPolyDataMapper.h>

Public Attributes

struct { 
 
   wgpu::Buffer   Buffer 
 
   uint64_t   Size = 0 
 
Point 
 
struct { 
 
   wgpu::Buffer   Buffer 
 
   uint64_t   Size = 0 
 
Cell 
 

Detailed Description

Definition at line 344 of file vtkWebGPUPolyDataMapper.h.

Member Data Documentation

◆ Buffer

wgpu::Buffer vtkWebGPUPolyDataMapper::MeshAttributeBuffers::Buffer

Definition at line 349 of file vtkWebGPUPolyDataMapper.h.

◆ Size

uint64_t vtkWebGPUPolyDataMapper::MeshAttributeBuffers::Size = 0

Definition at line 350 of file vtkWebGPUPolyDataMapper.h.

◆ [struct]

struct { ... } vtkWebGPUPolyDataMapper::MeshAttributeBuffers::Point

◆ [struct]

struct { ... } vtkWebGPUPolyDataMapper::MeshAttributeBuffers::Cell

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