log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
glviewvol
view sdr/fast.v.glsl @ 6:f22be47a3572
find changesets by author, revision, files, or words in the commit message
moved to TransferFuncs completely
author
John Tsiombikas <nuclear@member.fsf.org>
date
Tue, 30 Dec 2014 06:22:54 +0200
parents
children
fb6d93471352
line source
1
void main()
2
{
3
gl_Position = ftransform();
4
gl_TexCoord[0] = gl_MultiTexCoord0;
5
}