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

glNamedBufferStorage and glNamedBufferData parameter size is GLsizeiptr #134

Merged
merged 2 commits into from
May 12, 2023

Conversation

leokolln
Copy link
Contributor

This can be confirmed by the specification ARB_direct_state_access.

This is important because according to OpenGL Type GLsizei is always 32 bits wide but GLsizeiptr is platform dependent equivalent to sizeof(void*).

@BSVino
Copy link
Owner

BSVino commented May 12, 2023

Looks correct, thanks!

@BSVino BSVino merged commit 69487fe into BSVino:mainline May 12, 2023
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.

2 participants