commit | b0c181666412f45c199548b1e96a786e69aa76d5 | [log] [tgz] |
---|---|---|
author | Laurens Holst <laurens@grauw.nl> | Thu Feb 09 21:56:04 2023 +0100 |
committer | ocornut <omarcornut@gmail.com> | Tue Feb 14 15:39:49 2023 +0100 |
tree | ada300bd08c1337374c2460d3efb122fda773ff7 | |
parent | fa0852f9e5052e83d00e235b213c06dc9335d627 [diff] |
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