3 #ifndef vtkWebGPUInternalsRenderPassDescriptor_h
4 #define vtkWebGPUInternalsRenderPassDescriptor_h
6 #include "vtkRenderingWebGPUModule.h"
12 VTK_ABI_NAMESPACE_BEGIN
14 :
public wgpu::RenderPassDescriptor
17 static constexpr
int kMaxColorAttachments = 8u;
19 wgpu::TextureView depthStencil = wgpu::TextureView());
27 void UnsetDepthStencilLoadStoreOpsForFormat(wgpu::TextureFormat format);
30 wgpu::RenderPassDepthStencilAttachment DepthStencilAttachmentInfo = {};
std::array< wgpu::RenderPassColorAttachment, kMaxColorAttachments > ColorAttachments