Fix ALM fail when no shadows
(bug introduced in specular fixes failed to compile when shadows off)meow-7.2.2
parent
a7e472eea3
commit
7a07e6420f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue