Closed avaer closed 5 years ago
This probably has to do with some GL state/framebuffer binding being out of sync in the child frame.
Current theory: the 2d iframe has no GL context, so waiting on the GLsync
objects in that contextless window would crash the driver.
Indeed, skipping the GLsync
processing in the context-less window fixes this bug.
Repro:
This results in a graphics driver stack crash: