Version: 2018.4
LanguageEnglish
  • C#

StereoRenderingMode

enumeration

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

Enum type signifying the different stereo rendering modes available.

To find out what the current stereo rendering mode used in your Unity project at runtime, use XRSettings.stereoRenderingMode. This method returns a value of type StereoRenderingMode.

Properties

MultiPassThis is the reference stereo rendering path for VR.
SinglePassThis is a faster rendering path for VR than XRSettings.StereoRenderingMode.MultiPass.
SinglePassInstancedThis is an optimized version of the XRSettings.StereoRenderingMode.SinglePass mode.
SinglePassMultiviewThis is a OpenGL optimized version of the XRSettings.StereoRenderingMode.SinglePassInstanced mode.