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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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.

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.

1 participant