commit | 201899b611c34d35e6e38778abab91d76b0451c0 | [log] [tgz] |
---|---|---|
author | Dylam De La Torre <dyxel04@gmail.com> | Wed Jun 04 23:08:19 2025 +0200 |
committer | ocornut <omar@miracleworld.net> | Wed Jun 04 23:48:56 2025 +0200 |
tree | a165546466a2ee2a59784d2055b8604559394fc1 | |
parent | c3d7ada9dfa8dc8ba80fb72d824ca70e2688a48b [diff] |
Backends: OpenGL3: Fixed using non-existing features on GLES 3.20 which would push a GL error. (#8664) * GL_PRIMITIVE_RESTART is not a valid enum for glEnable&co on GLES 3.20 * GL_CONTEXT_PROFILE_MASK is not a valid enum for glGetIntegerv on GLES 3.20