docs.unity3d.com
    Show / Hide Table of Contents

    Enum OculusSettings.StereoRenderingModeAndroid

    Namespace: Unity.XR.Oculus
    Syntax
    public enum StereoRenderingModeAndroid

    Fields

    Name Description Value
    MultiPass

    Unity makes two passes across the scene graph, each one entirely indepedent of the other. Each pass has its own eye matrices and render target. Unity draws everything twice, which includes setting the graphics state for each pass. This is a slow and simple rendering method which doesn't require any special modification to shaders.

    Multiview

    Unity uses a single texture array with two elements. Multiview is very similar to Single Pass Instanced; however, the graphics driver converts each call into an instanced draw call so it requires less work on Unity's side. As with Single Pass Instanced, shaders need to be aware of the Multiview setting. Unity's shader macros handle the situation.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023