added batch rendering
This commit is contained in:
@@ -34,13 +34,13 @@ namespace OpenEngine {
|
||||
bool OnWindowResize(WindowResizeEvent& event);
|
||||
|
||||
private:
|
||||
inline static Application* instance;
|
||||
|
||||
bool running = true;
|
||||
std::unique_ptr<Window> window;
|
||||
|
||||
Ref<ImGuiLayer> imgui_layer;
|
||||
inline static Application* instance;
|
||||
bool running = true;
|
||||
|
||||
LayerStack layer_stack;
|
||||
Ref<ImGuiLayer> imgui_layer;
|
||||
|
||||
friend int ::main(int argc, char **argv);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user