Fix ALM fail when no shadows

(bug introduced in specular fixes failed to compile when shadows off)
meow-7.2.2
Beq 2020-12-31 13:21:21 +00:00
parent a7e472eea3
commit 7a07e6420f
1 changed files with 4 additions and 1 deletions

View File

@ -42,9 +42,12 @@ uniform sampler2DRect diffuseRect;
uniform sampler2DRect specularRect;
// <FS:Beq> Colour space and shader fixes for BUG-228586 (Rye)
// uniform sampler2DRect depthMap;
// uniform sampler2DRect normalMap;
// </FS:Beq>
uniform sampler2DRect normalMap;
// <FS:Beq> Colour space and shader fixes for BUG-228586 (Rye)
// uniform samplerCube environmentMap;
// </FS:Beq>
uniform sampler2D noiseMap;
uniform sampler2D projectionMap;
uniform sampler2D lightFunc;