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