dbf-udg

view sdr/dither.v.glsl @ 6:57ea4988a9f2

added code to dump the ditherblock image
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Feb 2013 04:41:26 +0200
parents
children 1abbed71e9c9
line source
1 void main()
2 {
3 gl_Position = ftransform();
4 gl_TexCoord[0] = gl_MultiTexCoord0;
5 }