batch rendering

This commit is contained in:
Erris
2026-02-03 19:27:34 +01:00
parent 01a8f03451
commit 60bf9550cd
14 changed files with 160 additions and 52 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenEngine {
Application::~Application()
{
Renderer::ShutDown();
OpenEngine::Renderer2D::Shutdown();
}
void Application::Run()