-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
add glad version 2.x #25771
base: master
Are you sure you want to change the base?
add glad version 2.x #25771
Conversation
"shared": [True, False], | ||
"fPIC": [True, False], | ||
"no_loader": [True, False], | ||
"spec": ["gl", "egl", "glx", "wgl"], # Not relevant for 2.x. A spec will be included unless its version is None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left this in because it's in the 0.x
recipe - but specs aren't mutually exclusive - in fact a GLES spec won't work without also including egl.
Would be good if we can just remove this option?
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️Warning Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement. All green in build 4 (
Conan v2 pipeline ✔️
All green in build 4 ( |
@planetmarshall Thanks for packaging this already! However, will this one have support for disabling the debug mode? The current (0.1.36) links gl* functions to glad_debug_gl* instead of glad_gl*. It would be nice if I could disable this behavior (as I have a custom error handler that's a little more useful) |
I've disabled the debugging layer by default (as it's normally opt-in anyway). It can be enabled by specifying the option |
Summary
Changes to recipe: glad/2.x
Motivation
Add glad v2.
Details
Adds glad v2.
Moves Glad v 0.x to subfolder as recipes are significantly different.