Browse Source

Enable auto-exposure by default, which is what the FSR2 docs recommend.

mac-autoexp
Nico de Poel 3 years ago
parent
commit
feb65ef9b3
  1. 2
      Assets/Scripts/Fsr2Controller.cs

2
Assets/Scripts/Fsr2Controller.cs

@ -18,7 +18,7 @@ namespace FidelityFX
public bool performSharpenPass = true;
[Range(0, 1)] public float sharpness = 0.8f;
public bool enableAutoExposure = false;
public bool enableAutoExposure = true;
[Tooltip("Allow the use of half precision compute operations, potentially improving performance")]
public bool enableFP16 = false;

Loading…
Cancel
Save