added queuing push and pop logic and having fun with c# integration

This commit is contained in:
Erris
2026-01-22 09:33:35 +01:00
parent 14134c7d2f
commit 58ea4554c7
34 changed files with 338 additions and 126 deletions

View File

@@ -9,7 +9,7 @@ namespace OpenEngine {
{
public:
ImGuiLayer();
~ImGuiLayer() = default;
~ImGuiLayer();
virtual void OnAttach() override;
virtual void OnDetach() override;