Class HDROutputUtils
Utility class for outputting to an HDR display.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class HDROutputUtils
Methods
Name | Description |
---|---|
ConfigureHDROutput(ComputeShader, ColorGamut, Operation) | Configures the compute shader keywords to use HDR output parameters. |
ConfigureHDROutput(Material, ColorGamut, Operation) | Configures the Material keywords to use HDR output parameters. |
ConfigureHDROutput(Material, Operation) | Configures the Material keywords to use HDR output parameters. |
ConfigureHDROutput(MaterialPropertyBlock, ColorGamut) | Configures the Material Property Block variables to use HDR output parameters. |
GetColorEncodingForGamut(ColorGamut, out int) | Extracts the encoding part of the ColorGamut |
GetColorSpaceForGamut(ColorGamut, out int) | Extracts the color space part of the ColorGamut |
IsShaderVariantValid(ShaderKeywordSet, bool) | Returns true if the given set of keywords is valid for HDR output. |