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 support for WebGL2 TexStorage2D #26023

Merged
merged 8 commits into from Apr 30, 2020
Merged

Commits on Apr 30, 2020

  1. Add support for WebGL2 TexStorage2D

    Adds initial support for the WebGL2 `TexStorage2D` call, adds
    support for the related texture enums and enables some of the
    texture tests.
    
    See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.6
    mmatyas authored and jdm committed Apr 30, 2020
  2. webgl: Fix tidy

    mmatyas authored and jdm committed Apr 30, 2020
  3. webgl: Update texture test results

    mmatyas authored and jdm committed Apr 30, 2020
  4. Update test expectations.

    jdm committed Apr 30, 2020
  5. webgl: Return TEXTURE_IMMUTABLE_FORMAT as a boolean; don't panic on m…

    …acOS for TEXTURE_IMMUTABLE_LEVELS.
    jdm committed Apr 30, 2020
  6. Update test results for macOS.

    jdm committed Apr 30, 2020
You can’t perform that action at this time.