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

Method cmd_end_label

samples/extensions/debug_utils/debug_utils.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void DebugUtils::cmd_end_label(VkCommandBuffer command_buffer)
125{
126 if (!debug_utils_supported)
127 {
128 return;
129 }
130 vkCmdEndDebugUtilsLabelEXT(command_buffer);
131}
132
133/*
134 * Queue debug labeling functions

Callers 2

build_command_buffersMethod · 0.45
write_density_mapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected