MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / EndFrame

Method EndFrame

Source/Engine/Render2D/Render2D.cpp:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void Render2D::EndFrame()
822{
823 ASSERT(!IsRendering());
824
825 // Synchronize the texture atlases data
826 FontManager::Flush();
827}
828
829void Render2D::PushTransform(const Matrix3x3& transform)
830{

Callers

nothing calls this directly

Calls 2

IsRenderingFunction · 0.85
FlushFunction · 0.50

Tested by

no test coverage detected