log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
dbf-udg
view sdr/dither.v.glsl @ 5:e09cbb2e9d4f
find changesets by author, revision, files, or words in the commit message
metaballs
author
John Tsiombikas <nuclear@member.fsf.org>
date
Mon, 18 Feb 2013 03:46:52 +0200
parents
children
1abbed71e9c9
line source
1
void main()
2
{
3
gl_Position = ftransform();
4
gl_TexCoord[0] = gl_MultiTexCoord0;
5
}