1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-01-25 07:43:50 +01:00
imgui/backends
Laurens Holst b0c1816664 Backends: OpenGL3: Fixed loader compatibility with GL_VERSION for GL 2.x (#6154, #4445, #3530)
GL_MAJOR_VERSION and GL_MINOR_VERSION are available on GL 3.0 and above.
So we have to parse GL_VERSION under GL 2.x
Reference https://www.khronos.org/opengl/wiki/OpenGL_Context#Context_information_queries
Regressed since 459de65477423360176447e79df2f3a785b71f3d
See https://github.com/ocornut/imgui/pull/3530
2023-02-14 15:39:49 +01:00
..
2023-02-07 20:17:18 +01:00
2021-05-27 13:59:35 +02:00