|
|
@ -175,7 +175,7 @@ namespace FidelityFX |
|
|
public RenderTargetIdentifier? ColorPreUpscale; |
|
|
public RenderTargetIdentifier? ColorPreUpscale; |
|
|
public RenderTargetIdentifier? OutReactive; |
|
|
public RenderTargetIdentifier? OutReactive; |
|
|
public Vector2Int RenderSize; |
|
|
public Vector2Int RenderSize; |
|
|
public float Scale = 1.0f; |
|
|
|
|
|
|
|
|
public float Scale = 0.5f; |
|
|
public float CutoffThreshold = 0.2f; |
|
|
public float CutoffThreshold = 0.2f; |
|
|
public float BinaryValue = 0.9f; |
|
|
public float BinaryValue = 0.9f; |
|
|
public GenerateReactiveFlags Flags = GenerateReactiveFlags.ApplyTonemap | GenerateReactiveFlags.ApplyThreshold | GenerateReactiveFlags.UseComponentsMax; |
|
|
public GenerateReactiveFlags Flags = GenerateReactiveFlags.ApplyTonemap | GenerateReactiveFlags.ApplyThreshold | GenerateReactiveFlags.UseComponentsMax; |
|
|
|