# features

> A list of required features supported by the WebGPU device as WebGPUDeviceFeature.

## Definition

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

```csharp
public WebGPUDeviceFeature[] features
```

### Remarks

Filter based on the required features supported by the WebGPU device. For example, "depth-clip-control", "texture-compression-bc", "subgroups".

**Note**: The device must support all the features in the list to pass the filter.
