cleanup and framebuffer creation

This commit is contained in:
Erris
2026-02-05 17:06:20 +01:00
parent 40152fafff
commit 6ba709bf4f
20 changed files with 13996 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
#ifndef IMGUI_LAYER_HPP
#define IMGUI_LAYER_HPP
#include "open_engine/events/event.hpp"
#include "open_engine/layer.hpp"
namespace OpenEngine {
@@ -13,6 +14,7 @@ namespace OpenEngine {
virtual void OnAttach() override;
virtual void OnDetach() override;
virtual void OnImGuiRender() override;
virtual void OnEvent(Event& event) override;
void Begin();
void End();