istereo2

diff sdr/color.p.glsl @ 6:3bccfc7d10fe

goatkit is drawing
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 Sep 2015 05:44:58 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sdr/color.p.glsl	Wed Sep 23 05:44:58 2015 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifdef GL_ES
     1.5 +precision mediump float;
     1.6 +#endif
     1.7 +
     1.8 +varying vec4 vcolor;
     1.9 +
    1.10 +void main()
    1.11 +{
    1.12 +	gl_FragColor = vcolor;
    1.13 +}
    1.14 \ No newline at end of file