Enum DepthAccess | Core RP Library | 7.2.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum DepthAccess

    Sets the read and write access for the depth buffer.

    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Syntax
    [Flags]
    public enum DepthAccess

    Fields

    Name Description
    Read

    Read Access.

    ReadWrite

    Read and Write Access.

    Write

    Write Access.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX