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

[rlgl] use GLint64 for glGetBufferParameteri64v #4197

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

rnpnr
Copy link
Contributor

@rnpnr rnpnr commented Jul 30, 2024

Hi Ray,

When compiling raylib on Linux with OPENGL_VERSION=4.3 the build fails because GLint64 is defined as long int which is not the same type as long long. This will fix the issue while maintaining compatibility with Win32 where long long is equivalent to GLint64.

@rnpnr rnpnr changed the title use GLint64 for glGetBufferParameteri64v [rlgl] use GLint64 for glGetBufferParameteri64v Jul 30, 2024
@raysan5 raysan5 merged commit 92f60a9 into raysan5:master Aug 4, 2024
@raysan5
Copy link
Owner

raysan5 commented Aug 4, 2024

@rnpnr Thansk for the review!

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