ailoy-web
Preparing search index...
isWebGPUSupported
Function isWebGPUSupported
isWebGPUSupported
(
powerPreference
?:
"low-power"
|
"high-performance"
,
requiredFeatures
?:
GPUFeatureName
[]
,
)
:
Promise
<
{
reason
?:
string
;
supported
:
boolean
}
>
Parameters
powerPreference
:
"low-power"
|
"high-performance"
= "high-performance"
requiredFeatures
:
GPUFeatureName
[]
= ...
Returns
Promise
<
{
reason
?:
string
;
supported
:
boolean
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ailoy-web
Loading...