//vs void main(void) { gl_Position = ftransform(); } //fs void main(void) { gl_FragColor = vec4( 0.4, 0.0, 0.9, 1.0 ); }
Forum Rules