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