Enum DynamicResScalerSlot
The source slots for dynamic resolution scaler. Defines registers were the scalers assigned are stored. By default the User one is always used
Namespace: UnityEngine.Rendering
Syntax
public enum DynamicResScalerSlot
Fields
Name | Description | Value |
---|---|---|
User | Scaler slot set by the function SetDynamicResScaler |
0 |
System | Scaler slot set by the function SetSystemDynamicResScaler |
1 |
Count | total number of scaler slots |
2 |