W3cubDocs

/Deno

GPUDeviceLostInfo

interface GPUDeviceLostInfo {
readonly message: string;
readonly reason: GPUDeviceLostReason | undefined;
}

Properties

readonly message: string
readonly reason: GPUDeviceLostReason | undefined