Readonly
featuresReadonly
infoInformation about the physical adapter underlying this GPUAdapter. For a given GPUAdapter, the GPUAdapterInfo values exposed are constant over time. The same object is returned each time. To create that object for the first time:
Optional
Readonly
isReturns the value of GPUAdapter#[[adapter]].adapter#[[fallback]].
Use isFallbackAdapter.
(Note if it's not available, it will be undefined
which is still falsy.)
Readonly
limitsThe limits in this
.GPUAdapter#[[adapter]].adapter#[[limits]].
Requests a device from the adapter. This is a one-time action: if a device is returned successfully, the adapter becomes adapter#[[state]]#"consumed".
Optional
descriptor: GPUDeviceDescriptorDescription of the GPUDevice to request.
Generated using TypeDoc
The set of values in
this
.GPUAdapter#[[adapter]].adapter#[[features]].