| 294 | } |
| 295 | |
| 296 | void GraphContext::doDebugMarkerEnd( VkCommandBuffer commandBuffer )const |
| 297 | { |
| 298 | if ( vkCmdDebugMarkerEndEXT ) |
| 299 | { |
| 300 | vkCmdDebugMarkerEndEXT( commandBuffer ); |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | #endif |
| 305 | #if VK_EXT_debug_utils || VK_EXT_debug_marker |
nothing calls this directly
no outgoing calls
no test coverage detected