#version 420 core out vec4 FragColor; void main() { FragColor = vec4(0.0f, 1.0f, 0.2f, 1.0f); }