Instancing
Single pass VR rendering ( via instanced rendering ).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor
Instancing = 2
Remarks
This is an optimization over the StereoRenderingPath.SinglePass method. The Scene graph is traversed only once and there will be only one instanced draw call issued for each render node thus reducing the bandwidth required to render the Scene.
This method is compatible with the regular instanced. Special hardware support is required for this to run. The main render target has to be an array render target. Scene culling & shadow map rendering is shared between the eyes.
Additional Resources: PlayerSettings.stereoRenderingPath.