tesspot

view sdr/bezier.v.glsl @ 1:befe01bbd27f

tessellated the teapot
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Dec 2012 17:16:32 +0200
parents
children
line source
1 #version 410 compatibility
3 void main()
4 {
5 gl_Position = gl_Vertex;
6 }