summaryrefslogblamecommitdiff
path: root/shader/main.frag.glsl
blob: e81d967df5554a6449956a32314da7e49830af3f (plain) (tree)
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);
}