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

switch: add GLEW #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

switch: add GLEW #204

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 25, 2020

This should make it easier to port projects that rely on GLEW.

Some patches were necessary because GLEW assumes that the system allows you to link directly to all OpenGL 1.1 functions. This is not true for the the implementation in devkitpro which requires that all functions are loaded from EGL. To solve this the patch enables GLEW to also wrangle OpenGL 1.1.

Another change that was needed to the build system to add targets that allow you to avoid building a shared library version of GLEW.

@halotroop2288
Copy link

How did you submit this from an "unknown repository"?
image

@WinterMute
Copy link
Member

How did you submit this from an "unknown repository"? image

The account that submitted the PR has been removed. Please don't spam our PRs. We get quite enough email from this stuff as it is without necrobumping and marking PRs as "approved".

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.

2 participants