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

Support GLEW or GLAD #16

Closed
jpaoneMines opened this issue Dec 6, 2022 · 2 comments
Closed

Support GLEW or GLAD #16

jpaoneMines opened this issue Dec 6, 2022 · 2 comments

Comments

@jpaoneMines
Copy link
Owner

Add compiler defined flag to include GLAD or GLEW.

#ifdef CSCI441_USING_GLAD
#include <glad/glad.h>
#else
#include <GL/glew.h>
#endif

Apply this to all files.

@jpaoneMines
Copy link
Owner Author

Default to using GLAD instead of GLEW

jpaoneMines added a commit that referenced this issue May 9, 2024
@jpaoneMines
Copy link
Owner Author

Depends upon glad2

Resolved for Issue #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant