# supportsVariableRateShading

> Does the device supports variable rate shading? (Read Only)

## Definition

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

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

### Remarks

Returns `true` if the graphics card supports variable rate shading, `false` if not.
