Everything works fine for pixi v4, but in v5 (WebGL 2) application restored incorrectly
For both versions of pixi, application should be restored correctly.
If you choose v5 pixi version with webgl2, application is not restored.
If you choose v4 pixi version with webgl, application restored fine.
document.querySelector('canvas').getContext('webgl2').getExtension('WEBGL_lose_context').loseContext()
document.querySelector('canvas').getContext('webgl2').getExtension('WEBGL_lose_context').restoreContext()
pixi.js
version: _5.0.3_Its a known issue. I've fixed geometries but not texures and shaders :) How critical is that for you, is it something that you can integrate into app a month after now or do you need it this week?
Good. I think it's ok for us to wait a month.
@ivanpopelyshev Are you already doing this? If not, I can add a PR.
Most helpful comment
@ivanpopelyshev Are you already doing this? If not, I can add a PR.