Method GetLowResMultiplier
GetLowResMultiplier(float)
Returns the resolved low res multiplier based on the low res transparency threshold settings. Note: The pipeline can use this to drive the scale for low res transparency if available.
Declaration
public float GetLowResMultiplier(float targetLowRes)
Parameters
Type | Name | Description |
---|---|---|
float | targetLowRes | the target low resolution. If by any chance thresholding is disabled or clamped, the exact same resolution is returned. This allows the caller to directly compare the float result safely with the floating point target resolution. |
Returns
Type | Description |
---|---|
float | Returns the resolved low res multiplier based on the low transparency threshold settings. |