The GPUSupportedFeatures interface of the WebGPU API is a Set-like object that describes additional functionality supported by a GPUAdapter. Available only in secure contexts.
GPUSupportedFeatures
MDN Reference
Readonly
Iterates over values in the set.
Returns an iterable of [v,v] pairs for every value v in the set.
v
Optional
Despite its name, returns an iterable of the values in the set.
Returns an iterable of values in the set.
The
GPUSupportedFeaturesinterface of the WebGPU API is a Set-like object that describes additional functionality supported by a GPUAdapter. Available only in secure contexts.MDN Reference