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

Commit 90840cf

Browse files
committed
Make sure target supports MRT
1 parent 3910b73 commit 90840cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PostProcessing/Runtime/Components/TaaComponent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public override bool active
3030
return model.enabled
3131
&& model.settings.method == AntialiasingModel.Method.Taa
3232
&& SystemInfo.supportsMotionVectors
33+
&& SystemInfo.supportedRenderTargetCount >= 2
3334
&& !context.interrupted;
3435
}
3536
}

0 commit comments

Comments
 (0)