MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / doDebugMarkerEnd

Method doDebugMarkerEnd

source/RenderGraph/GraphContext.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected