W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUDeviceLostInfo
interface
GPUDeviceLostInfo {
readonly
message
:
string
;
readonly
reason
:
GPUDeviceLostReason
|
undefined
;
}
Properties
readonly
message
:
string
readonly
reason
:
GPUDeviceLostReason
|
undefined
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUDeviceLostInfo