PRABHAT KUMAR MISHRA
PRABHAT KUMAR MISHRA
I was using dear imgui till the commit [201899b611c34d35e6e38778abab91d76b0451c0](https://github.com/ocornut/imgui/commit/201899b611c34d35e6e38778abab91d76b0451c0) that is 2025-06-04: OpenGL: Made GLES 3.20 contexts not access GL_CONTEXT_PROFILE_MASK nor GL_PRIMITIVE_RESTART. (#8664) After merging latest changes that crash was...
I am using imgui inside a hooked eglswapbuffers Drawing occurs before the surface updates Picking [eglswapbuffers](https://github.com/ocornut/imgui/commit/dbb91a574f35e24697754f6344455fd43b97d46d) crashes the game having log mentioned above.
Got it. I’ll investigate further It seems to be happening inside the Adreno drivers. If I find the root cause, I’ll open another PR with proper details.