Added shaders for UI and fixed UI renderer

This commit is contained in:
Antoine Pilote
2024-09-10 19:18:29 -04:00
parent 1949946cdd
commit 2c48590a4a
9 changed files with 799 additions and 105 deletions

View File

@@ -57,10 +57,9 @@ void EditorLayer::OnUpdate()
{
m_GizmoDrawer->DrawGizmos(currentScene, false);
}
}
}
sceneFramebuffer->Unbind();
}