MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / debugAnnotationPop

Method debugAnnotationPop

RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp:2497–2505  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2495 }
2496 //-------------------------------------------------------------------------
2497 void VulkanRenderSystem::debugAnnotationPop()
2498 {
2499#if OGRE_DEBUG_MODE >= OGRE_DEBUG_MEDIUM
2500 if( !CmdEndDebugUtilsLabelEXT )
2501 return; // VK_EXT_debug_utils not available
2502 VkCommandBuffer cmdBuffer = mActiveDevice->mGraphicsQueue.mCurrentCmdBuffer;
2503 CmdEndDebugUtilsLabelEXT( cmdBuffer );
2504#endif
2505 }
2506 //-------------------------------------------------------------------------
2507 void VulkanRenderSystem::initGPUProfiling() {}
2508 //-------------------------------------------------------------------------

Callers 7

runBounceMethod · 0.45
updateMethod · 0.45
clearVoxelsMethod · 0.45
buildMethod · 0.45
buildRelativeMethod · 0.45
profilingEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected