Restoring webgl context fails for DynamicTextures

Restoring webgl context fails for DynamicTextures

repro: https://playground.babylonjs.com/#H2IPH3#22

this worked well in v5.0.0 (but not in 5.7 judging from the PG)

This will fix it Fix dynamic texture when context restored by sebavan · Pull Request #14574 · BabylonJS/Babylon.js · GitHub thanks for reporting.

2 Likes

Thank you, and thank you again for the speed!

Is it worth it to add simulating restoring context to the test suite? I remember there being issues with it before.

As not everything can work, i am not sure it would be worth it. But i believe we could test the basics at least.