Try turning off r.forward.lightgridhzbcull, it corrupts the lightgrid in vr and that looks like what your issue is but I can’t remember if I only saw with instanced stereo or also without it. It says r.forward but applies to deferred too, I think light frustum style grid was just originally created for desktop forward but it’s used on deferred for a while.
Side effect is turning it off will make volumetric fog more expensive (will draw occluded lights into the fog).
I think it’s fixed on the 5.7 branch in git but not in the preview. (sorry misremembered this)
UPDATE : it works in my test scene for reporting the bug, but not in my project.
Seem it’s another rendering issue wich occur only to reflection. When I disable my reflection capture sphere/box i have the rendering in left and right eyes.
It’s most likely a general issue with all features that depend on HZB in VR. 5.6 broke something about the HZB in VR, so a lot of features have issues since then (culling, reflection captures, and other features as well). The easiest way to reproduce is this:
Create a VR template project
Launch VR preview and enable “r.HZBOcclusion 1”
Move your hand in front of the left eye and see objects incorrectly become invisible on the right eye (the right eye incorrectly uses HZB occlusion info from the left eye). If you test the same in 5.5 or even all the way back to 4.27, you won’t see an issue.
Unfortunately it was not fixed in 5.7 yet, 5.7 seems to be identical like 5.6 regarding this regression.