Hi there,
I got a bug that is likely not the fault of BBJS itself, but I share it anyway.
I got it reproduced here: https://www.babylonjs-playground.com/#PFYW6Y#3
What I’ve done is creating a ReflectionProbe, rendering it, cloned its reflectionTexture, and then applying HDRFiltering prefilter on the clone. At that point it cause a context loss on my computer, which is powered by an Intel Core i5 8265U CPU and mesa drivers (version 22.1.1) under Linux. I’ve experienced this under both Chromium and Firefox.
If you uncomment the line 43 of the above link, you may get a context loss like me, or not at all.
I’ve tried this on two computers so far, and it looks like it comes from the Intel driver, as the other computer is running AMD integrated graphics.