Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 3910b73

Browse files
committed
Removed unnecessary compatibility check in TAA
1 parent 8e1f2e4 commit 3910b73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PostProcessing/Runtime/Components/TaaComponent.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public override bool active
2929
{
3030
return model.enabled
3131
&& model.settings.method == AntialiasingModel.Method.Taa
32-
&& SystemInfo.SupportsRenderTextureFormat(RenderTextureFormat.ARGBHalf)
3332
&& SystemInfo.supportsMotionVectors
3433
&& !context.interrupted;
3534
}

0 commit comments

Comments
 (0)