log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
glviewvol
view sdr/fast.v.glsl @ 4:04330eb80b36
find changesets by author, revision, files, or words in the commit message
lots of stuff
author
John Tsiombikas <nuclear@member.fsf.org>
date
Mon, 29 Dec 2014 05:41:36 +0200
parents
children
fb6d93471352
line source
1
void main()
2
{
3
gl_Position = ftransform();
4
gl_TexCoord[0] = gl_MultiTexCoord0;
5
}