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

Method flushCommands

RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp:2473–2476  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2471 }
2472 //-------------------------------------------------------------------------
2473 void VulkanRenderSystem::flushCommands()
2474 {
2475 mActiveDevice->commitAndNextCommandBuffer( SubmissionType::FlushOnly );
2476 }
2477 //-------------------------------------------------------------------------
2478 void VulkanRenderSystem::beginProfileEvent( const String &eventName ) {}
2479 //-------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected