I'm trying to support ETC1 for my android game but I have no idea how to deal with the alpha channel.
Can anyone tell me where to start and how to get ETC1 working with alpha?
Update: Using: gl_fragColor = vec4(tex1.rgb,tex2.a);
doesn't work, there is still a black rectangle around my texture