|
|
@ -44,8 +44,8 @@ namespace FidelityFX |
|
|
[Tooltip("Strength of the sharpening effect.")] |
|
|
[Tooltip("Strength of the sharpening effect.")] |
|
|
[Range(0, 1)] public float sharpness = 0.8f; |
|
|
[Range(0, 1)] public float sharpness = 0.8f; |
|
|
|
|
|
|
|
|
[Tooltip("Enable this if you're passing a pre-tonemapping HDR image to the upscaler.")] |
|
|
|
|
|
public bool enableHDR = false; |
|
|
|
|
|
|
|
|
[Tooltip("Make use of high-dynamic range render texture formats and tonemapping adjustment during upscaling.")] |
|
|
|
|
|
public bool enableHDR = true; |
|
|
[Tooltip("Allow the use of half precision compute operations, potentially improving performance if the platform supports it.")] |
|
|
[Tooltip("Allow the use of half precision compute operations, potentially improving performance if the platform supports it.")] |
|
|
public bool enableFP16 = false; |
|
|
public bool enableFP16 = false; |
|
|
|
|
|
|
|
|
|