1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-04-12 14:14:00 +00:00
xndcn 127f132447 Backends: OpenGL3: Add compatibility of GL_VERSION for GL 2.x ()
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
2020-10-15 19:48:45 +02:00
..