dungeon_crawler

view prototype/sdr/mrt.v.glsl @ 18:5c41e6fcb300

- commandline arguments - stereoscopic rendering - FBO fixed
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 21 Aug 2012 03:17:48 +0300
parents
children 48cfd351a9be
line source
1 void main()
2 {
3 gl_Position = ftransform();
4 gl_TexCoord[0] = gl_MultiTexCoord0;
5 }