# WebGPUDeviceType

> The type of WebGPU device.

## Definition

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

```csharp
public enum WebGPUDeviceType
```

## Remarks

Specifies the type of WebGPU device.

## Fields

| Value                                                                                  | Description                                |
| -------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Desktop](/engine/6000.6/script-reference/unityengine/webgpudevicetype/desktop.md)     | The device is a desktop GPU.               |
| [DoNotCare](/engine/6000.6/script-reference/unityengine/webgpudevicetype/donotcare.md) | The device type doesn't affect the filter. |
| [Mobile](/engine/6000.6/script-reference/unityengine/webgpudevicetype/mobile.md)       | The device is a mobile GPU.                |
