log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
volmetrics
view data/shaders/transfer.v.glsl @ 24:c4662d60cd93
find changesets by author, revision, files, or words in the commit message
foo
author
Eleni Maria Stea <elene.mst@gmail.com>
date
Thu, 24 Apr 2014 21:33:26 +0300
parents
children
line source
1
void main()
2
{
3
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
4
gl_TexCoord[0] = gl_MultiTexCoord0;
5
}