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