I'am using OpenGL ES 2.0 on android and trying to enable alpha to coverage.
glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE);
But it doesn't give any effect as I expect. The same code works well on windows and linux desktops.
Is the alpha to coverage supported on android devices? May be I need to enable some additional options?