In most cases I use multiple scenes rendered one after one in each frame.
(I.e. one scene is for 3D objects, other for UI)
I found out that I can’t do that when rendering to VR device, because frame gets submitted right after first scene is rendered.
So, suggestion: maybe add a boolean autoSubmitFrame
and make it true by default? That way nothing breaks and possibility of control is present.