cleanup and framebuffer creation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user