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

Method doEndDebugUtilsLabel

source/RenderGraph/GraphContext.cpp:276–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected