Hi,
With Vulkan as a backend, we are running GLES apps on ANGLE.
These apps are performing below extension Op
GL_ALPHA_TEST_QCOM
and it seems that ANGLE crashes while checking above feature/extension enum.
ERR: State.cpp:1388 (gl::PrivateState::setEnableFeature): ! Assert failed in gl::PrivateState::setEnableFeature (../../src/libANGLE/State.cpp:1388): mClientVersion.major == 1
FATAL: State.cpp:1388 (gl::PrivateState::setEnableFeature): ! Assert failed in gl::PrivateState::setEnableFeature (../../src/libANGLE/State.cpp:1388): mClientVersion.major == 1
Is this expected ?
Any ways to get past this problem ?
Thanks,
Abhishek
PS:
Debugging into ANGLE code tells me that major-minor version is {3,2} and that after this ASSERT, ANGLE is trying to emulate this extension with GLES1, which is a bit odd since this extension was added in GLES 2.0