|
|
@ -10,7 +10,9 @@ namespace UnityEngine.Rendering.HighDefinition.AMD |
|
|
private static readonly List<UpscalerPlugin> AvailablePlugins = new() |
|
|
private static readonly List<UpscalerPlugin> AvailablePlugins = new() |
|
|
{ |
|
|
{ |
|
|
new FSR3.FSR3UpscalerPlugin(), |
|
|
new FSR3.FSR3UpscalerPlugin(), |
|
|
|
|
|
#if UNITY_STANDALONE_WIN
|
|
|
new FSR2Wrapper.FSR2WrapperUpscaler(), |
|
|
new FSR2Wrapper.FSR2WrapperUpscaler(), |
|
|
|
|
|
#endif
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
internal static UpscalerPlugin ActivePlugin = AvailablePlugins[0]; |
|
|
internal static UpscalerPlugin ActivePlugin = AvailablePlugins[0]; |
|
|
|