Readonly
Internal
__brandReadonly
featuresThe set of values in this
.GPUAdapter#[[adapter]].adapter#[[features]].
Readonly
isReturns the value of GPUAdapter#[[adapter]].adapter#[[fallback]].
Readonly
limitsThe limits in this
.GPUAdapter#[[adapter]].adapter#[[limits]].
Requests the GPUAdapterInfo for this GPUAdapter.
Note: Adapter info values are returned with a Promise to give user agents an
opportunity to perform potentially long-running checks when requesting unmasked values,
such as asking for user consent before returning. If no unmaskHints
are specified,
however, no dialogs should be displayed to the user.
Optional
unmaskHints: string[]A list of GPUAdapterInfo attribute names for which unmasked values are desired if available.
Nominal type branding. https://github.com/microsoft/TypeScript/pull/33038