26e424f
238c8c2
1 2 3 4 5
6
7
#version 150 core out vec4 col; void main() { col = vec4(0.7137f, 0.0941f, 0.2000f, 1.0f); }