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

glPathGlyphIndexRangeNV 'baseAndCount' parameter parsed incorrectly #17

Closed
seshbot opened this issue Mar 7, 2015 · 1 comment
Closed

Comments

@seshbot
Copy link

seshbot commented Mar 7, 2015

Unfortunately a single command in gl.xml has a specification unique to all commands (note the [2] at the end):
<param><ptype>GLuint</ptype> <name>baseAndCount</name>[2]</param>

This should be interpreted as a GLuint * according to all the other docs I've found, but is in fact interpreted as a GLuint

Dav1dde added a commit that referenced this issue Mar 7, 2015
@Dav1dde
Copy link
Owner

Dav1dde commented Mar 7, 2015

Thanks for the report (that's what I get for not using the latest gl.xml), should be fixed!

Generated output (Huge file!)

@Dav1dde Dav1dde closed this as completed Mar 7, 2015
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

No branches or pull requests

2 participants