mirror of
https://github.com/ocornut/imgui.git
synced 2025-01-25 07:43:50 +01:00
b0c1816664
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