Enum DepthBits | Core RP Library | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum DepthBits

    Bit depths of a Depth render texture. Some values may not be supported on all platforms.

    Namespace: UnityEngine.Rendering
    Syntax
    public enum DepthBits

    Fields

    Name Description
    Depth16

    16 bits Depth Buffer.

    Depth24

    24 bits Depth Buffer.

    Depth32

    32 bits Depth Buffer.

    Depth8

    8 bits Depth Buffer.

    None

    No Depth Buffer.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX