Typescript Library Declarations (DOM)
Interface GPUDeviceLostInfo
interface
GPUDeviceLostInfo
{
__brand
:
"GPUDeviceLostInfo"
;
message
:
string
;
reason
:
GPUDeviceLostReason
;
}
Index
Properties
__brand
message
reason
Properties
Readonly
Internal
__brand
__brand
:
"GPUDeviceLostInfo"
Nominal type branding.
https://github.com/microsoft/TypeScript/pull/33038
Readonly
message
message
:
string
Readonly
reason
reason
:
GPUDeviceLostReason
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__brand
message
reason
Typescript Library Declarations (DOM)
Nominal type branding. https://github.com/microsoft/TypeScript/pull/33038