test.vert (116B)
1 #version 120 2 #ifdef GL_ES 3 precision mediump float; 4 #endif 5 6 void main() { 7 gl_Position = vec4( position, 1.0 ); 8 }