#version 400 out vec4 FragColor; void main() { FragColor = vec4(1.f,1.f,1.f,1.f); }