MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / ~ScopedDebugLabel

Method ~ScopedDebugLabel

framework/core/debug.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199ScopedDebugLabel::~ScopedDebugLabel()
200{
201 if (command_buffer != VK_NULL_HANDLE)
202 {
203 debug_utils->cmd_end_label(command_buffer);
204 }
205}
206
207} // namespace vkb

Callers

nothing calls this directly

Calls 1

cmd_end_labelMethod · 0.45

Tested by

no test coverage detected