

varying vec3 vertOut_Color;

void main()
    {
    gl_FragColor = vertOut_Color.xyzz;
    gl_FragColor.a = 1.0;
    }






	  