#include "vtkABINamespace.h"
#include "vtkRenderingWebGPUModule.h"
#include "vtk_wgpu.h"
Go to the source code of this file.
◆ vtkScopedEncoderDebugGroupConcatImpl
| #define vtkScopedEncoderDebugGroupConcatImpl |
( |
| s1, |
|
|
| s2 ) |
◆ vtkScopedEncoderDebugGroupConcat
| #define vtkScopedEncoderDebugGroupConcat |
( |
| s1, |
|
|
| s2 ) |
◆ vtkScopedEncoderDebugGroupAnonymousVariable
| #define vtkScopedEncoderDebugGroupAnonymousVariable |
( |
| x | ) |
|
◆ 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.