#version 130 in vec3 ex_Color; in float x; void main(void) { gl_FragColor = vec4(1, 1, 1, 1); }