This commit is contained in:
Lubos Lenco 2017-11-04 16:17:06 +01:00
parent 35db7293a9
commit 065c5ffafb

View file

@ -11,7 +11,7 @@ precision mediump float;
uniform sampler2D gbufferD;
uniform sampler2D gbuffer0; // Normal
#ifdef _RTGI
uniform sampler2D gbuffer1; // Baecol
uniform sampler2D gbuffer1; // Basecol
#endif
uniform mat4 P;
uniform mat4 tiV;