From 3290bb2b2dec223f0312c6d5fc3edf71d5d6e46f Mon Sep 17 00:00:00 2001 From: rtk0c Date: Tue, 19 Apr 2022 12:36:02 -0700 Subject: Changeset: 12 Add hardcoded dependencies for IresManager, migrate Shader to Ires --- source/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/main.cpp') diff --git a/source/main.cpp b/source/main.cpp index dc644ba..b166754 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -4,7 +4,6 @@ #include "EditorNotification.hpp" #include "Ires.hpp" #include "Mesh.hpp" -#include "Shader.hpp" #define GLFW_INCLUDE_NONE #include @@ -170,10 +169,7 @@ int main(int argc, char* argv[]) { ImGui_ImplOpenGL2_Init(); } - ShaderManager::instance = new ShaderManager(); IresManager::instance = new IresManager(); - - ShaderManager::instance->DiscoverShaders(); IresManager::instance->DiscoverFilesDesignatedLocation(); gVformatStandard.Attach(new VertexFormat()); -- cgit v1.2.3-70-g09d2