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

Allow whitespace between "void" and "*", adding some more missing OpenGL functions #3

Merged
merged 2 commits into from
Dec 14, 2016

Conversation

Corion
Copy link
Collaborator

@Corion Corion commented Dec 14, 2016

The previous regex was wrong in that it allowed the "*" in "void " at every place while not allowing for whitespace between "void" and "". This changeset fixes that.

Max Maischein added 2 commits December 14, 2016 19:48
This adds support for

glMapBufferARB
glMapBufferRange
glGetProcAddressREGAL
glMapNamedBuffer
glMapNamedBufferEXT
glMapNamedBufferRange
glMapNamedBufferRangeEXT
glMapObjectBufferATI
glMapTexture2DINTEL
glMapBufferARB
glMapBufferRange
glGetProcAddressREGAL
glMapNamedBuffer
glMapNamedBufferEXT
glMapNamedBufferRange
glMapNamedBufferRangeEXT
glMapObjectBufferATI
glMapTexture2DINTEL
@Corion Corion merged commit 6522cb7 into Perl-GPU:master Dec 14, 2016
@devel-chm
Copy link
Collaborator

Looks good, thanks!

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.

None yet

2 participants