This commit is contained in:
Vlj 2014-08-11 21:21:58 +02:00
parent 1afe0fa4ee
commit 23df4c99dd

View File

@ -611,8 +611,8 @@ public:
class GlobalIlluminationReconstructionShader : public ShaderHelperSingleton<GlobalIlluminationReconstructionShader, core::matrix4, core::matrix4, core::vector3df>
{
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();
};