summaryrefslogtreecommitdiff
path: root/source/dw/app/shader/main.frag.glsl
blob: 6f14883ab4870ff5667dddc96c6e5ed8be82c4d2 (plain) (blame)
1
2
3
4
5
6
7
#version 150 core

out vec4 col;

void main(void) {
	col = vec4(0.409f, 0.805f, 0.210f, 1.0f);
}