|
|
@ -291,6 +291,7 @@ namespace UnityEngine.Rendering.PostProcessing |
|
|
public bool IsSuperResolutionActive() |
|
|
public bool IsSuperResolutionActive() |
|
|
{ |
|
|
{ |
|
|
return antialiasing == PostProcessLayer.Antialiasing.SuperResolution |
|
|
return antialiasing == PostProcessLayer.Antialiasing.SuperResolution |
|
|
|
|
|
&& Application.isPlaying |
|
|
&& !isSceneView |
|
|
&& !isSceneView |
|
|
&& superResolution.IsSupported(); |
|
|
&& superResolution.IsSupported(); |
|
|
} |
|
|
} |
|
|
|