dungeon_crawler

view prototype/sdr/post.p.glsl @ 69:45172d087ebe

fixed some windows compatibility crap fixed a terrible stack overrun in psys (TODO: remember to fix in libpsys too)
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 03:42:44 +0200
parents
children a27528035e20
line source
1 uniform sampler2D fbtex;
3 void main()
4 {
5 gl_FragColor = texture2D(fbtex, gl_TexCoord[0].st);
6 }