summaryrefslogtreecommitdiff
path: root/source/dw/app/shader/main.frag.glsl
blob: 201ce9f2763269dea25cb61b4f6984aa4e7feb9c (plain) (blame)
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);
}