varying lowp vec4 colorVarying; void main( void ) { gl_FragColor = colorVarying; gl_FragColor.a = 1.0; }