Added delition queue + removed OGL code

This commit is contained in:
antopilo
2024-12-02 22:24:31 -05:00
parent 84a7d5e248
commit e5c252629b
6 changed files with 57 additions and 17 deletions

View File

@@ -23,6 +23,7 @@ void EditorLayer::OnUpdate()
Nuake::Engine::Tick();
Nuake::Engine::Draw();
/*
auto sceneFramebuffer = GetApplication().GetWindow()->GetFrameBuffer();
// Draw gizmos
@@ -70,8 +71,8 @@ void EditorLayer::OnUpdate()
m_EditorInterface->Draw();
m_EditorInterface->Update(Nuake::Engine::GetTimestep());
Nuake::Engine::EndDraw();
*/
Nuake::Input::Update();
}