features
A list of required features supported by the WebGPU device as WebGPUDeviceFeature.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
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.