update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / routeui.fs
1 out vec4 FragColor;
2
3 uniform vec4 uColour;
4
5 void main()
6 {
7 FragColor = uColour;
8 }