tesspot

view 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 source
1 #version 410 compatibility
3 void main()
4 {
5 gl_Position = gl_Vertex;
6 }