qvolray

annotate sdr/volray.v.glsl @ 24:c27ce79632db

builds on osx with -spec unsupported/macx-clang added a configure script to handle that qmake invocation
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Apr 2012 00:54:11 +0300
parents b050ce167ff1
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 }