VTK
9.4.20241218
|
#include "vtkABINamespace.h"
#include "vtkRenderingWebGPUModule.h"
#include "vtk_wgpu.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) s1##s2 |
#define | vtkScopedEncoderDebugGroupConcat(s1, s2) vtkScopedEncoderDebugGroupConcatImpl(s1, s2) |
#define | vtkScopedEncoderDebugGroupAnonymousVariable(x) vtkScopedEncoderDebugGroupConcat(x, __LINE__) |
#define | vtkScopedEncoderDebugGroup(encoder, name) |
Definition at line 49 of file vtkWebGPUCommandEncoderDebugGroup.h.
#define vtkScopedEncoderDebugGroupConcat | ( | s1, | |
s2 | |||
) | vtkScopedEncoderDebugGroupConcatImpl(s1, s2) |
Definition at line 50 of file vtkWebGPUCommandEncoderDebugGroup.h.
#define vtkScopedEncoderDebugGroupAnonymousVariable | ( | x | ) | vtkScopedEncoderDebugGroupConcat(x, __LINE__) |
Definition at line 51 of file vtkWebGPUCommandEncoderDebugGroup.h.
#define vtkScopedEncoderDebugGroup | ( | encoder, | |
name | |||
) |
Definition at line 53 of file vtkWebGPUCommandEncoderDebugGroup.h.