Description

This is the reference stereo rendering path for VR.

The scene graph is traversed twice, rendering one eye at a time. Scene culling and shadow map rendering can be shared between both eyes. If the device hardware does not support other rendering modes, Unity will fall back to this stereo rendering mode.

See Also: XRSettings.stereoRenderingMode.