ReadonlyfeaturesThe features read-only property of the GPUAdapter interface returns a GPUSupportedFeatures object that describes additional functionality supported by the adapter.
ReadonlyinfoThe info read-only property of the GPUAdapter interface returns a GPUAdapterInfo object containing identifying information about the adapter.
ReadonlylimitsThe limits read-only property of the GPUAdapter interface returns a GPUSupportedLimits object that describes the limits supported by the adapter.
The requestDevice() method of the GPUAdapter interface returns a Promise that fulfills with a GPUDevice object, which is the primary interface for communicating with the GPU.
Optionaldescriptor: GPUDeviceDescriptor
The
GPUAdapterinterface of the WebGPU API represents a GPU adapter. From this you can request a GPUDevice, adapter info, features, and limits. Available only in secure contexts.MDN Reference