March 27, 2026
9:52 p.m.
On Fri Mar 27 21:20:11 2026 +0000, Jacek Caban wrote:
Again, ARB_ES2_compatibility, etc. GL_ARB_ES2_compatibility is a GL extension that pulls in GLES command and constants into the GL namespace, it does not transform GLES extensions into valid GL extensions. We have support for GL_ARB_ES2_compatibility, but we don't support any GLES extension for the simple fact that we don't generate thunks for them yet anyway. Now this can be changed in the future if for some reason we want to extend support for GLES contexts created with WGL_EXT_create_context_es_profile, but for now this is not supported.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10472#note_134145