be233b933e656681e49ad8c49dde3e1415239e19
[SugarCubes.git] / frag.glsl
1 varying vec4 vertColor;
2 void main() {
3 gl_FragColor = vertColor;
4 }