Module wgpu.limits

Utilities to help manage GPU limitations.

See Also

Functions

NameDescription
usingResolution(source, target) Modify the current limits to use the resolution limits of the other.

Manifest constants

NameTypeDescription
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.