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

Allow getting functions by name #43

Merged
merged 2 commits into from
Jun 26, 2024

Commits on Jun 9, 2024

  1. Add missing GL header

    We are using types from OpenGL in this file.
    mardy committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    81647a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Allow getting functions by name

    This is a functionality usually implemented by integration libraries
    such as SDL and GLUT, but in our case it makes more sense if we provide
    it from opengx itself: the reason is that we don't yet support the full
    OpenGL 1.1 API, so implementing a new function would require modifying
    all the integration libraries.
    mardy committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2901a33 View commit details
    Browse the repository at this point in the history