log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
istereo
view sdr/test.p.glsl @ 2:bb68fac22579
find changesets by author, revision, files, or words in the commit message
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;
2
3
void main()
4
{
5
gl_FragColor = var_color;
6
}