dungeon_crawler
annotate prototype/sdr/post.p.glsl @ 70:f55ddab0f3a4
"fixed" the disappearing lights issue
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 09 Oct 2012 02:54:01 +0300 |
parents | |
children | a27528035e20 |
rev | line source |
---|---|
nuclear@65 | 1 uniform sampler2D fbtex; |
nuclear@65 | 2 |
nuclear@65 | 3 void main() |
nuclear@65 | 4 { |
nuclear@65 | 5 gl_FragColor = texture2D(fbtex, gl_TexCoord[0].st); |
nuclear@65 | 6 } |