VTK  9.3.1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
vtkWebGPUInternalsRenderPassDescriptor Class Reference

#include <vtkWebGPUInternalsRenderPassDescriptor.h>

Inherits RenderPassDescriptor.

Public Member Functions

 vtkWebGPUInternalsRenderPassDescriptor (const std::vector< wgpu::TextureView > &colorAttachmentInfo, wgpu::TextureView depthStencil=wgpu::TextureView())
 
 ~vtkWebGPUInternalsRenderPassDescriptor ()
 
 vtkWebGPUInternalsRenderPassDescriptor (const vtkWebGPUInternalsRenderPassDescriptor &otherRenderPass)
 
const vtkWebGPUInternalsRenderPassDescriptoroperator= (const vtkWebGPUInternalsRenderPassDescriptor &otherRenderPass)
 
void UnsetDepthStencilLoadStoreOpsForFormat (wgpu::TextureFormat format)
 

Public Attributes

std::array< wgpu::RenderPassColorAttachment, kMaxColorAttachmentsColorAttachments
 
wgpu::RenderPassDepthStencilAttachment DepthStencilAttachmentInfo = {}
 

Static Public Attributes

static constexpr int kMaxColorAttachments = 8u
 

Detailed Description

Definition at line 13 of file vtkWebGPUInternalsRenderPassDescriptor.h.

Constructor & Destructor Documentation

vtkWebGPUInternalsRenderPassDescriptor::vtkWebGPUInternalsRenderPassDescriptor ( const std::vector< wgpu::TextureView > &  colorAttachmentInfo,
wgpu::TextureView  depthStencil = wgpu::TextureView() 
)
vtkWebGPUInternalsRenderPassDescriptor::~vtkWebGPUInternalsRenderPassDescriptor ( )
vtkWebGPUInternalsRenderPassDescriptor::vtkWebGPUInternalsRenderPassDescriptor ( const vtkWebGPUInternalsRenderPassDescriptor otherRenderPass)

Member Function Documentation

const vtkWebGPUInternalsRenderPassDescriptor& vtkWebGPUInternalsRenderPassDescriptor::operator= ( const vtkWebGPUInternalsRenderPassDescriptor otherRenderPass)
void vtkWebGPUInternalsRenderPassDescriptor::UnsetDepthStencilLoadStoreOpsForFormat ( wgpu::TextureFormat  format)

Member Data Documentation

constexpr int vtkWebGPUInternalsRenderPassDescriptor::kMaxColorAttachments = 8u
static

Definition at line 17 of file vtkWebGPUInternalsRenderPassDescriptor.h.

std::array<wgpu::RenderPassColorAttachment, kMaxColorAttachments> vtkWebGPUInternalsRenderPassDescriptor::ColorAttachments

Definition at line 29 of file vtkWebGPUInternalsRenderPassDescriptor.h.

wgpu::RenderPassDepthStencilAttachment vtkWebGPUInternalsRenderPassDescriptor::DepthStencilAttachmentInfo = {}

Definition at line 30 of file vtkWebGPUInternalsRenderPassDescriptor.h.


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