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

Commit 8925f06

Browse files
committed
Additional compatibility check
1 parent 0e8e85d commit 8925f06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PostProcessing/Runtime/Components/DepthOfFieldComponent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public override bool active
2525
{
2626
return model.enabled
2727
&& SystemInfo.SupportsRenderTextureFormat(RenderTextureFormat.ARGBHalf)
28+
&& SystemInfo.SupportsRenderTextureFormat(RenderTextureFormat.RHalf)
2829
&& !context.interrupted;
2930
}
3031
}

0 commit comments

Comments
 (0)