#version 430 uniform mat4 MVP; out vec4 FragmentColor; void main() { FragmentColor = vec4(1.0, 1.0, 1.0, 1.0); }