mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
ENABLE_SHADERS_MANAGER set as default
This commit is contained in:
parent
4d05ec0856
commit
314995fa0b
18 changed files with 57 additions and 1198 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef slic3r_GLShadersManager_hpp_
|
||||
#define slic3r_GLShadersManager_hpp_
|
||||
|
||||
#if ENABLE_SHADERS_MANAGER
|
||||
|
||||
#include "GLShader.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
@ -29,6 +27,4 @@ public:
|
|||
|
||||
} // namespace Slic3r
|
||||
|
||||
#endif // ENABLE_SHADERS_MANAGER
|
||||
|
||||
#endif // slic3r_GLShadersManager_hpp_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue