Fix
This commit is contained in:
parent
1afe0fa4ee
commit
23df4c99dd
@ -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();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user