glviewvol

annotate sdr/fast.v.glsl @ 4:04330eb80b36

lots of stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Dec 2014 05:41:36 +0200
parents
children fb6d93471352
rev   line source
nuclear@4 1 void main()
nuclear@4 2 {
nuclear@4 3 gl_Position = ftransform();
nuclear@4 4 gl_TexCoord[0] = gl_MultiTexCoord0;
nuclear@4 5 }