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>
|
class GlobalIlluminationReconstructionShader : public ShaderHelperSingleton<GlobalIlluminationReconstructionShader, core::matrix4, core::matrix4, core::vector3df>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static GLuint TU_ntex, TU_dtex, TU_SHR, TU_SHG, TU_SHB, uniform_RHMatrix;
|
GLuint TU_ntex, TU_dtex, TU_SHR, TU_SHG, TU_SHB, uniform_RHMatrix;
|
||||||
static GLuint vao;
|
GLuint vao;
|
||||||
|
|
||||||
GlobalIlluminationReconstructionShader();
|
GlobalIlluminationReconstructionShader();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user