Rendering glitches when moving the camera in a scene with Clustered Lighting enabled under Snapshot Rendering

In a scene with Clustered Lighting enabled under Snapshot Rendering, moving the viewpoint or panning the camera causes the lighting to be unnaturally clipped or to turn off.

Please see the reproduction for details. You can reproduce the issue by moving the camera with the arrow keys.

repro: https://playground.babylonjs.com/#CSCJO2#90

For reference, I have also attached a recording of the issue as it occurred in my actual environment.

Thank you for maintaining this great framework!

cc @Evgeni_Popov

Thanks for reporting, this PR will fix the problem:

Thank you for the quick fix!