docs.unity.cn
    Show / Hide Table of Contents

    Enum HDRColorBufferPrecision

    The default color buffer format in HDR (only). Affects camera rendering and postprocessing color buffers.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum HDRColorBufferPrecision

    Fields

    Name Description Value
    _32Bits

    Typically R11G11B10f for faster rendering. Recommend for mobile. R11G11B10f can cause a subtle blue/yellow banding in some rare cases due to lower precision of the blue component.


    0
    _64Bits

    Typically R16G16B16A16f for better quality. Can reduce banding at the cost of memory and performance.


    1
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023