tesspot

view sdr/bezier.v.glsl @ 2:178a9e3c3c8c

isolines
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Dec 2012 07:30:39 +0200
parents
children
line source
1 #version 410 compatibility
3 void main()
4 {
5 gl_Position = gl_Vertex;
6 }