Property runUpscalerFilterOnFullResolution
runUpscalerFilterOnFullResolution
By default, dynamic resolution scaling is turned off automatically when the source matches the final viewport (100% scale). That is, DynamicResolutionEnabled and SoftwareDynamicResIsEnabled will return false if the scale is 100%. For certain upscalers, we dont want this behavior since they could possibly include anti aliasing and other quality improving post processes. Setting this to true will eliminate this behavior. Note: when the EdgeAdaptiveScalingUpres (FSR 1.0) filter is set, this will cause this parameter to always be true.
Declaration
public bool runUpscalerFilterOnFullResolution { get; set; }
Property Value
Type | Description |
---|---|
bool |