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

add get_query_parameter_u64 #336

Merged
merged 1 commit into from
Feb 23, 2025
Merged

add get_query_parameter_u64 #336

merged 1 commit into from
Feb 23, 2025

Conversation

tesselode
Copy link
Contributor

I haven't tested the WebGL implementation of this function because I don't know how - I'm relying on the CI to tell me if it's right. From my reading, WebGL2's getQueryParameter always returns a 32-bit int, so this implementation of get_query_parameter_u64 wouldn't return 64 bits worth of data on web, just a u32 converted to a u64. I think that's reasonable, but I'm not sure if that's in the spirit of this library.

Copy link
Owner

@grovesNL grovesNL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@grovesNL grovesNL merged commit e7ce2a8 into grovesNL:main Feb 23, 2025
7 checks passed
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