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

Avoid garbage-free WebGL APIs when memory size is over 2gb. #21445

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. Avoid garbage-free WebGL APIs when memory size is over 2gb.

    Both chrome and firefox see have some issues with passing 2gb+ and 4gb+
    offsets to these APIs.
    
    Once the browser issues are addressed we can lift these restrictions
    over time.
    
    Fixes: emscripten-core#20533
    sbc100 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cf496d8 View commit details
    Browse the repository at this point in the history