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

Conversation

mardy
Copy link
Collaborator

@mardy mardy commented Jun 9, 2024

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 added 2 commits June 9, 2024 17:49
We are using types from OpenGL in this file.
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.
@davidgfnet
Copy link

Nice one!
LGTM

@WinterMute WinterMute merged commit ffd5f1a into devkitPro:master Jun 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants