Version: 2020.2
LanguageEnglish
  • C#

XRSettings.StereoRenderingMode.SinglePass

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

This is a faster rendering path for VR than XRSettings.StereoRenderingMode.MultiPass.

The speed boost is achieved by traversing the scene graph only once while issuing two draw calls for each render node. The main render target must be a double wide render target. Scene culling and shadow map rendering is shared between both eyes.

See Also: XRSettings.stereoRenderingMode.