VTK  9.3.20240329
Public Attributes | List of all members
vtkWebGPURenderWindow::vtkWGPUColorAttachment Struct Reference

#include <vtkWebGPURenderWindow.h>

Public Attributes

wgpu::Texture Texture
 
wgpu::TextureView View
 
wgpu::TextureFormat Format
 
wgpu::Buffer OffscreenBuffer
 

Detailed Description

Definition at line 262 of file vtkWebGPURenderWindow.h.

Member Data Documentation

◆ Texture

wgpu::Texture vtkWebGPURenderWindow::vtkWGPUColorAttachment::Texture

Definition at line 264 of file vtkWebGPURenderWindow.h.

◆ View

wgpu::TextureView vtkWebGPURenderWindow::vtkWGPUColorAttachment::View

Definition at line 265 of file vtkWebGPURenderWindow.h.

◆ Format

wgpu::TextureFormat vtkWebGPURenderWindow::vtkWGPUColorAttachment::Format

Definition at line 266 of file vtkWebGPURenderWindow.h.

◆ OffscreenBuffer

wgpu::Buffer vtkWebGPURenderWindow::vtkWGPUColorAttachment::OffscreenBuffer

Definition at line 267 of file vtkWebGPURenderWindow.h.


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