diff options
author | hnOsmium0001 <[email protected]> | 2022-04-19 12:36:02 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-19 12:36:02 -0700 |
commit | 497a0ddb2ab57f6c517543ca20ea1b8333214710 (patch) | |
tree | aa2b806837310e8abe8fdcc32a5b590496196e2b /source/main.cpp | |
parent | 2a5234a512c19582d261a7ccb692fc634dcb74f0 (diff) |
Add hardcoded dependencies for IresManager, migrate Shader to Ires
Diffstat (limited to 'source/main.cpp')
-rw-r--r-- | source/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 <GLFW/glfw3.h> @@ -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()); |