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 upCrashing after loading 2 iframes with WebRender #157
Closed
Comments
|
It crashes here: glennw@b21317a#diff-8c1748e0d20c7a39978ef7656d9f39f4L245 But I see you just changed this code… updating and rebuilding… |
|
This apparently only happens if I use |
|
Don't worry about a test case - I know what causes this. For now, change the let texture_size = 2048; line above to 4096 or even 8192. That's just a temporary workaround - I'll fix this properly in the next few days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't have any reduced test case yet. Working on it.