| 274 | } |
| 275 | |
| 276 | void GraphContext::doEndDebugUtilsLabel( VkCommandBuffer commandBuffer )const |
| 277 | { |
| 278 | if ( vkCmdEndDebugUtilsLabelEXT ) |
| 279 | { |
| 280 | vkCmdEndDebugUtilsLabelEXT( commandBuffer ); |
| 281 | } |
| 282 | } |
| 283 | |
| 284 | #endif |
| 285 | #if VK_EXT_debug_marker |
nothing calls this directly
no outgoing calls
no test coverage detected