dungeon_crawler

view prototype/sdr/post.v.glsl @ 76:f379c00eb07f

added samurai's texel center fix for the color grading palette lookup
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 23 Oct 2012 14:57:08 +0300
parents
children
line source
1 void main()
2 {
3 gl_Position = gl_Vertex;
4 gl_TexCoord[0] = gl_MultiTexCoord0;
5 }