vkCmdEndDebugUtilsLabelEXT
vkCmdEndDebugUtilsLabelEXT is a function in the Vulkan API, specifically part of the VK_EXT_debug_utils extension. This function is used to end a debug label region that was previously started with vkCmdBeginDebugUtilsLabelEXT. Debug labels are a feature that allows developers to annotate their command buffers with human-readable strings, which can be useful for debugging and profiling purposes.
The function takes two parameters: the command buffer handle and a pointer to a VkDebugUtilsLabelEXT structure.
When vkCmdEndDebugUtilsLabelEXT is called, the Vulkan implementation will end the debug label region that was started
It's important to note that debug labels are only available when the VK_EXT_debug_utils extension is enabled.
In summary, vkCmdEndDebugUtilsLabelEXT is a function in the Vulkan API that is used to end a debug