istereo

diff sdr/test.p.glsl @ 2:bb68fac22579

sanegl and shit
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 02:48:35 +0300
parents
children 76ad575d72d0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sdr/test.p.glsl	Wed Sep 07 02:48:35 2011 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +varying vec4 var_color;
     1.5 +
     1.6 +void main()
     1.7 +{
     1.8 +	gl_FragColor = var_color;
     1.9 +}