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

Allow more WebGL2 FBO attachment formats #25852

Merged
merged 1 commit into from Mar 3, 2020

Commits on Mar 3, 2020

  1. Allow more WebGL2 FBO attachment formats

    Add support for most of the framebuffer attachment formats
    introduced in WebGL2 for textures and renderbuffers.
    
    Related format tables:
    
    - https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glTexImage2D.xhtml
    - https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glRenderbufferStorage.xhtml
    mmatyas committed Mar 3, 2020
You can’t perform that action at this time.