1 2 3 4 5 6
#version 330 core out vec4 FragColor; void main() { FragColor = vec4(.2f, 0.6f, 1.0f, 1.0f); }