limits
A list of limits required by the WebGPU device as WebGPUDeviceFilterLimit.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public WebGPUDeviceFilterLimit[] limits
Remarks
Filter based on the limits supported by the WebGPU device. For example, , .
maxTextureDimension2DmaxComputeWorkgroupSizeXNote: The device must support all the limit requirements in the list to pass the filter.