Enum LightCookieFormat
Options for selecting the format for the Light Cookie atlas texture for additional lights (point, spot). Low precision saves memory and bandwidth.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum LightCookieFormat
Fields
Name | Description | Value |
---|---|---|
ColorHDR | Use this to select High Dynamic Range format. |
|
ColorHigh | Use this to select Color format with high precision. |
|
ColorLow | Use this to select Color format with low precision. |
|
GrayscaleHigh | Use this to select Grayscale format with high precision. |
|
GrayscaleLow | Use this to select Grayscale format with low precision. |