Merge branch 'master' of harrygodden.com:/home/carveJwlIkooP6JGAAIwe30JlM
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / routeui.fs
1 out vec4 FragColor;
2
3 uniform vec4 uColour;
4
5 void main()
6 {
7 FragColor = uColour;
8 }