log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
qvolray
view sdr/volray.v.glsl @ 11:8990b5d2c7fe
find changesets by author, revision, files, or words in the commit message
moving to qt
author
John Tsiombikas <nuclear@member.fsf.org>
date
Mon, 09 Apr 2012 23:42:57 +0300
parents
b050ce167ff1
children
line source
1
void main()
2
{
3
gl_Position = gl_Vertex;
4
gl_TexCoord[0] = gl_TextureMatrix[0] * gl_MultiTexCoord0;
5
}