rayfract

view sdr/sdr.v.glsl @ 7:c27b24c9fdd2

fixed the makefile to work on freebsd
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 05 Oct 2011 02:26:46 +0300
parents
children
line source
1 void main()
2 {
3 gl_Position = gl_Vertex;
4 gl_TexCoord[0] = gl_TextureMatrix[0] * gl_MultiTexCoord0;
5 }