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

Method _beginFrameOnce

OgreMain/src/OgreRenderSystem.cpp:800–804  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

798 }
799 //-----------------------------------------------------------------------
800 void RenderSystem::_beginFrameOnce()
801 {
802 _resetMetrics();
803 mVaoManager->_beginFrame();
804 }
805 //-----------------------------------------------------------------------
806 void RenderSystem::_endFrameOnce() { queueBindUAVs( 0 ); }
807 //-----------------------------------------------------------------------

Calls 1

_beginFrameMethod · 0.45

Tested by

no test coverage detected