Enum HDROutputUtils.Operation
HDR color operations that the shader applies.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Flags]
public enum HDROutputUtils.Operation
Fields
Name | Description |
---|---|
ColorConversion | Convert colors to the color space of the HDR display. |
ColorEncoding | Encode colors with the transfer function corresponding to the HDR display. |
None | Do not perform operations specific to HDR output. |