dungeon_crawler
diff prototype/sdr/mrt.p.glsl @ 60:aa86119e3295
added multipass deferred
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 25 Sep 2012 06:19:37 +0300 |
parents | 84a56fb24850 |
children | 12a1dcfe91fa |
line diff
1.1 --- a/prototype/sdr/mrt.p.glsl Fri Sep 21 05:28:45 2012 +0300 1.2 +++ b/prototype/sdr/mrt.p.glsl Tue Sep 25 06:19:37 2012 +0300 1.3 @@ -1,8 +1,8 @@ 1.4 /* MRT assignments 1.5 * 0 - RGB: position, A: shininess 1.6 * 1 - RGB: normal 1.7 - * 3 - RGB: diffuse color, A: shininess str. 1.8 - * 4 - unused 1.9 + * 2 - RGB: diffuse color, A: shininess str. 1.10 + * 3 - unused 1.11 */ 1.12 1.13 uniform sampler2D tex_dif, tex_norm;