3#ifndef vtkWebGPUClearDrawPass_h
4#define vtkWebGPUClearDrawPass_h
8#include "vtkRenderingWebGPUModule.h"
10VTK_ABI_NAMESPACE_BEGIN
25 vtkGetMacro(DoClear,
bool);
26 vtkSetMacro(DoClear,
bool);
a simple class to control print indentation
Context in which a vtkRenderPass will render.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Render(const vtkRenderState *state) override
Perform rendering according to a render state s.
~vtkWebGPUClearDrawPass() override
wgpu::RenderPassEncoder Begin(const vtkRenderState *state) override
static vtkWebGPUClearDrawPass * New()