diff --git a/src/graphics/shaders.hpp b/src/graphics/shaders.hpp index 2f121636b..fc55d35b6 100644 --- a/src/graphics/shaders.hpp +++ b/src/graphics/shaders.hpp @@ -611,8 +611,8 @@ public: class GlobalIlluminationReconstructionShader : public ShaderHelperSingleton { public: - static GLuint TU_ntex, TU_dtex, TU_SHR, TU_SHG, TU_SHB, uniform_RHMatrix; - static GLuint vao; + GLuint TU_ntex, TU_dtex, TU_SHR, TU_SHG, TU_SHB, uniform_RHMatrix; + GLuint vao; GlobalIlluminationReconstructionShader(); };