Fix ltc uniforms

This commit is contained in:
luboslenco 2019-04-10 22:08:45 +02:00
parent e56be27940
commit 9a9e433b35

View file

@ -48,6 +48,7 @@ uniform vec3 lightArea3;
uniform sampler2D sltcMat;
uniform sampler2D sltcMag;
#ifdef _ShadowMap
#ifndef _Spot
#ifdef _SinglePoint
uniform sampler2DShadow shadowMapSpot[1];
uniform mat4 LWVPSpot0;
@ -59,6 +60,7 @@ uniform sampler2D sltcMag;
uniform mat4 LWVPSpot2;
uniform mat4 LWVPSpot3;
#endif
#endif
#endif
#endif