Fixed an issue with previous commit on shadows, in the glsl100 shader
This commit is contained in:
parent
4d2542c1ed
commit
5970444b9c
@ -25,9 +25,9 @@ uniform vec2 g_ResolutionInverse;
|
||||
uniform mat4 m_LightViewProjectionMatrix4;
|
||||
uniform mat4 m_LightViewProjectionMatrix5;
|
||||
#else
|
||||
uniform vec3 m_LightDir;
|
||||
#ifndef PSSM
|
||||
uniform vec3 m_LightPos;
|
||||
uniform vec3 m_LightDir;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user