W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUAdapter
class
GPUAdapter {
readonly
features
:
GPUSupportedFeatures
;
readonly
isFallbackAdapter
:
boolean
;
readonly
limits
:
GPUSupportedLimits
;
readonly
name
:
string
;
requestDevice
(
descriptor?
:
GPUDeviceDescriptor
)
:
Promise
<
GPUDevice
>
;
}
Properties
features
:
GPUSupportedFeatures
isFallbackAdapter
:
boolean
limits
:
GPUSupportedLimits
name
:
string
Methods
requestDevice(
descriptor?
:
GPUDeviceDescriptor
)
:
Promise
<
GPUDevice
>
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUAdapter