| 107 | } |
| 108 | |
| 109 | HPPScopedDebugLabel::~HPPScopedDebugLabel() |
| 110 | { |
| 111 | if (command_buffer) |
| 112 | { |
| 113 | debug_utils->cmd_end_label(command_buffer); |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | } // namespace core |
| 118 | } // namespace vkb |
nothing calls this directly
no test coverage detected