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

Method cmd_end_label

framework/core/hpp_debug.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void HPPDebugUtilsExtDebugUtils::cmd_end_label(vk::CommandBuffer command_buffer) const
46{
47 command_buffer.endDebugUtilsLabelEXT();
48}
49
50void HPPDebugUtilsExtDebugUtils::cmd_insert_label(vk::CommandBuffer command_buffer, const char *name, glm::vec4 const color) const
51{

Callers 1

~HPPScopedDebugLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected