X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=sdr%2Fpost_gamma.v.glsl;fp=sdr%2Fpost_gamma.v.glsl;h=a8fb0cf5e28dec48ca14aa03aad4e9df3d0edd92;hp=0000000000000000000000000000000000000000;hb=3aacec4aee795e703e8eb9d6852ca47a3be065ee;hpb=c5c29f4044110dd153ee5ca3b018c812d518a053 diff --git a/sdr/post_gamma.v.glsl b/sdr/post_gamma.v.glsl new file mode 100644 index 0000000..a8fb0cf --- /dev/null +++ b/sdr/post_gamma.v.glsl @@ -0,0 +1,5 @@ +void main() +{ + gl_Position = gl_Vertex; + gl_TexCoord[0] = gl_MultiTexCoord0; +}