tesspot

diff sdr/bezier.v.glsl @ 0:72b7f9f2eead

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Dec 2012 08:23:51 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sdr/bezier.v.glsl	Sun Dec 02 08:23:51 2012 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#version 410 compatibility
     1.5 +
     1.6 +void main()
     1.7 +{
     1.8 +	gl_Position = gl_Vertex;
     1.9 +}