]> git.localhorst.tv Git - tacos-assets.git/blob - shader/cursor.fragment.glsl
simple cursor shader
[tacos-assets.git] / shader / cursor.fragment.glsl
1 #version 330 core
2
3 void main() {
4         gl_FragColor = vec4(0.8, 0.0, 0.0, 1.0);
5 }