istereo

diff sdr/test.p.glsl @ 5:76ad575d72d0

trying to make it fucking work
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 07 Sep 2011 07:29:51 +0300
parents bb68fac22579
children b39d8607f4bb
line diff
     1.1 --- a/sdr/test.p.glsl	Wed Sep 07 06:25:05 2011 +0300
     1.2 +++ b/sdr/test.p.glsl	Wed Sep 07 07:29:51 2011 +0300
     1.3 @@ -1,3 +1,7 @@
     1.4 +#ifdef GL_ES
     1.5 +precision mediump float;
     1.6 +#endif
     1.7 +
     1.8  varying vec4 var_color;
     1.9  
    1.10  void main()