# supportsGPUFence

> This functionality is deprecated, and should no longer be used. Please use SystemInfo.supportsGraphicsFence.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

> **Warning:**
>
> **Removed.** SystemInfo.supportsGPUFence has been deprecated, use SystemInfo.supportsGraphicsFence instead
>
> **Upgrade to** [SystemInfo.supportsGraphicsFence](/engine/6000.0/script-reference/unityengine/systeminfo/supportsgraphicsfence.md)

```csharp
public static bool supportsGPUFence { get; }
```
