| 122 | } |
| 123 | |
| 124 | void 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 |
no outgoing calls
no test coverage detected