log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
istereo
view sdr/test.p.glsl @ 4:14bbdfcb9030
find changesets by author, revision, files, or words in the commit message
resource path find code
author
John Tsiombikas <nuclear@mutantstargoat.com>
date
Wed, 07 Sep 2011 06:25:05 +0300
parents
children
76ad575d72d0
line source
1
varying vec4 var_color;
2
3
void main()
4
{
5
gl_FragColor = var_color;
6
}