Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backends: OpenGL3: Add compatibility of GL_VERSION for GL 2.x #6154

Closed
wants to merge 1 commit into from

Commits on Feb 9, 2023

  1. Backends: OpenGL3: Add compatibility of GL_VERSION for GL 2.x (ocornu…

    …t#6154)
    
    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 459de65
    See ocornut#3530
    grauw committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bea7716 View commit details
    Browse the repository at this point in the history