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

Method _endFrameOnce

RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp:1925–1930  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1923 }
1924 //-------------------------------------------------------------------------
1925 void VulkanRenderSystem::_endFrameOnce()
1926 {
1927 RenderSystem::_endFrameOnce();
1928 endRenderPassDescriptor( false );
1929 mActiveDevice->commitAndNextCommandBuffer( SubmissionType::EndFrameAndSwap );
1930 }
1931 //-------------------------------------------------------------------------
1932 void VulkanRenderSystem::_setHlmsSamplerblock( uint8 texUnit, const HlmsSamplerblock *samplerblock )
1933 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected