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

Method cmd_end_label

framework/core/debug.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void DebugUtilsExtDebugUtils::cmd_end_label(VkCommandBuffer command_buffer) const
69{
70 assert(vkCmdEndDebugUtilsLabelEXT);
71 vkCmdEndDebugUtilsLabelEXT(command_buffer);
72}
73
74void DebugUtilsExtDebugUtils::cmd_insert_label(VkCommandBuffer command_buffer,
75 const char *name, glm::vec4 color) const

Callers 1

~ScopedDebugLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected