log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
vrshoot
view sdr/color.p.glsl @ 2:334d17aed7de
find changesets by author, revision, files, or words in the commit message
visual studio project files
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sun, 02 Feb 2014 18:36:38 +0200
parents
children
line source
1
uniform vec4 st_color;
2
3
void main()
4
{
5
gl_FragColor = st_color;
6
}