istereo

view 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 source
1 varying vec4 var_color;
3 void main()
4 {
5 gl_FragColor = var_color;
6 }