rayfract

annotate sdr/sdr.v.glsl @ 9:628e7084a482

removed the getenv/glutIdleFunc hack as now stereowrap forces continuous redraws when necessary by sending Expose events.
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 03 Nov 2011 13:41:33 +0200
parents
children
rev   line source
nuclear@0 1 void main()
nuclear@0 2 {
nuclear@0 3 gl_Position = gl_Vertex;
nuclear@0 4 gl_TexCoord[0] = gl_TextureMatrix[0] * gl_MultiTexCoord0;
nuclear@0 5 }