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

Method ~HPPScopedDebugLabel

framework/core/hpp_debug.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109HPPScopedDebugLabel::~HPPScopedDebugLabel()
110{
111 if (command_buffer)
112 {
113 debug_utils->cmd_end_label(command_buffer);
114 }
115}
116
117} // namespace core
118} // namespace vkb

Callers

nothing calls this directly

Calls 1

cmd_end_labelMethod · 0.45

Tested by

no test coverage detected