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

Change OpenGL extension initialization in to a big array #55

Merged
merged 1 commit into from Feb 17, 2014

Conversation

Sonicadvance1
Copy link
Contributor

This is a reasonable chunk of changes and moves from multiple initialization functions in to an array initialization.

{
void** FunctionPtr;
const std::string FunctionName;
const std::string Reqs;

This comment was marked as off-topic.

@Sonicadvance1
Copy link
Contributor Author

PR has been updated to include everything commented by neo


struct GLFunc
{
void** functionptr;

This comment was marked as off-topic.

This is a reasonable chunk of changes and moves from multiple initialization functions in to an array initialization.
delroth added a commit that referenced this pull request Feb 17, 2014
Change OpenGL extension initialization in to a big array
@delroth delroth merged commit b18a333 into dolphin-emu:master Feb 17, 2014
JosJuice pushed a commit to JosJuice/dolphin that referenced this pull request Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants