Pops the most recent debug group from the backend's debug-label stack. More...
#include <kanzi/gfx/commands.hpp>
Public Member Functions | |
| EndDebugScopeCommand () | |
| Constructor. | |
Public Member Functions inherited from kanzi::gfx::BaseCommand | |
| uint32_t | getSize () const |
| Gets the command size in bytes. | |
| uint8_t | getTag () const |
| Gets the command tag. | |
| CommandType | getType () const |
| Gets the command type. | |
| void | setTag (uint8_t tag) |
| Sets the command tag. | |
Additional Inherited Members | |
Protected Member Functions inherited from kanzi::gfx::BaseCommand | |
| BaseCommand (CommandType t, uint32_t s) | |
| Constructor. | |
| BaseCommand (const BaseCommand &other) | |
| Copy Constructor. | |
| BaseCommand & | operator= (const BaseCommand &other) |
| Assignment operator. | |
Pops the most recent debug group from the backend's debug-label stack.
Pairs with a prior BeginDebugScopeCommand. The pair need not live in the same command buffer — balance is only required at queue-submission scope.
|
inline |
Constructor.