Set of parameters used to define a WebGPU device or group of WebGPU devices.
Specify a list of parameters to identify a WebGPU device or set of WebGPU devices. Enter values for one or multiple parameters. The parameter values are processed using logical AND operation to check if the device properties match with all the specified values.
Unity ignores the filter if all parameters are empty.
| Property | Description |
|---|---|
| browserName | Name of browser. |
| browserVersion | Browser version. |
| browserVersionComparator | The operator to use when comparing to the browser version. |
| deviceType | Defines the type of the device the browser is running on as WebGPUDeviceType. |
| features | A list of required features supported by the WebGPU device as WebGPUDeviceFeature. |
| limits | A list of limits required by the WebGPU device as WebGPUDeviceFilterLimit. |