|
VTK
9.5.20251118
|
#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 52 of file vtkWebGPUCommandEncoderDebugGroup.h.
| #define vtkScopedEncoderDebugGroupConcat | ( | s1, | |
| s2 | |||
| ) | vtkScopedEncoderDebugGroupConcatImpl(s1, s2) |
Definition at line 53 of file vtkWebGPUCommandEncoderDebugGroup.h.
| #define vtkScopedEncoderDebugGroupAnonymousVariable | ( | x | ) | vtkScopedEncoderDebugGroupConcat(x, __LINE__) |
Definition at line 54 of file vtkWebGPUCommandEncoderDebugGroup.h.
| #define vtkScopedEncoderDebugGroup | ( | encoder, | |
| name | |||
| ) |
Definition at line 56 of file vtkWebGPUCommandEncoderDebugGroup.h.