26e424f
9d7a0f1
1 2 3 4 5
6
7
#version 150 core out vec4 col; void main() { col = vec4(0.409f, 0.805f, 0.210f, 1.0f); }