Module wgpu.limits
Utilities to help manage GPU limitations.
Functions
Name | Description |
usingResolution(source, target)
|
Modify the current limits to use the resolution limits of the other.
|
Manifest constants
Name | Type | Description |
defaultLimits
|
|
The set of limits that is guaranteed to work on all modern backends and is guaranteed to be supported by WebGPU.
|
downlevelDefaultLimits
|
|
The set of limits that are guaranteed to be compatible with GLES3, WebGL, and D3D11.
|