-
Notifications
You must be signed in to change notification settings - Fork 24
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
glow generates invalid code for OpenGL 2.0 #37
Comments
I encountered the same issue updating the packages for OpenGL 4.5. I have a fix pending for #33 which will also resolve this issue. ETA this weekend I can resolve the last issues with that PR. |
Ah! Okay. I won't submit a pull request for this one then. |
As promised, this issue should now be fixed. |
Indeed it is. Thank you for the very prompt responses! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generate the OpenGL 2.0 wrappers using:
glow generate -api=gl -profile=core -version=2.0 -xml=xml/
Build them and you will get something like:
Further inspection shows that the PackageFunction's Doc strings sometimes (not often) contain newline characters in them. For instance:
The text was updated successfully, but these errors were encountered: