Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbabylonjs demo crashes since Angle update #24578
Closed
Comments
|
This occurs because the new ANGLE does not like when a framebuffer's color attachment is a texture initialized with GL_RGBA and GL_FLOAT. I'm going to investigate how Firefox treats this, as well as why the old ANGLE allowed it. |
bors-servo
added a commit
that referenced
this issue
Oct 29, 2019
Fix GL panic with updated ANGLE Our OES_texture_float extension implementation relied on the GL implementation to convert from unsized formats like RGBA when using the FLOAT/HALF_FLOAT type to an internal sized format that was acceptable. ANGLE no longer appears to do that since #24542, so we should enable the format conversion unconditionally. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24578 - [x] There are tests for these changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I should have tested with the babylonjs demos as well:
/cc @jdm