Enum StereoRenderingPaths
Enumeration of stereo rendering paths. This is used to specify the stereo rendering paths supported by the platform. It contains options for multi-pass, single-pass, and instancing rendering paths.
Namespace: UnityEngine.TestTools.Graphics.Platforms
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
[Flags]
public enum StereoRenderingPaths
Fields
| Name | Description |
|---|---|
| Instancing | Instancing stereo rendering path. |
| MultiPass | Multi-pass stereo rendering path. |
| None | No stereo rendering path. |
| SinglePass | Single-pass stereo rendering path. |