VTK  9.5.20251215
vtkWebGPUCommandEncoderDebugGroup.h File Reference
#include "vtkABINamespace.h"
#include "vtkRenderingWebGPUModule.h"
#include "vtk_wgpu.h"
Include dependency graph for vtkWebGPUCommandEncoderDebugGroup.h:

Go to the source code of this file.

Classes

class  vtkWebGPUCommandEncoderDebugGroup
 Convenient class that inserts annotations around draw commands within a render pass/bundle. More...
 

Macros

#define vtkScopedEncoderDebugGroupConcatImpl(s1, s2)
 
#define vtkScopedEncoderDebugGroupConcat(s1, s2)
 
#define vtkScopedEncoderDebugGroupAnonymousVariable(x)
 
#define vtkScopedEncoderDebugGroup(encoder, name)
 

Macro Definition Documentation

◆ vtkScopedEncoderDebugGroupConcatImpl

#define vtkScopedEncoderDebugGroupConcatImpl ( s1,
s2 )
Value:
s1##s2
RealT s2
Definition PyrC2Basis.h:21

Definition at line 52 of file vtkWebGPUCommandEncoderDebugGroup.h.

◆ vtkScopedEncoderDebugGroupConcat

#define vtkScopedEncoderDebugGroupConcat ( s1,
s2 )
Value:

Definition at line 53 of file vtkWebGPUCommandEncoderDebugGroup.h.

◆ vtkScopedEncoderDebugGroupAnonymousVariable

#define vtkScopedEncoderDebugGroupAnonymousVariable ( x)
Value:
#define vtkScopedEncoderDebugGroupConcat(s1, s2)

Definition at line 54 of file vtkWebGPUCommandEncoderDebugGroup.h.

◆ vtkScopedEncoderDebugGroup

#define vtkScopedEncoderDebugGroup ( encoder,
name )
Value:
encoderDebugGroup)(encoder, name)
Convenient class that inserts annotations around draw commands within a render pass/bundle.
#define vtkScopedEncoderDebugGroupAnonymousVariable(x)

Definition at line 56 of file vtkWebGPUCommandEncoderDebugGroup.h.