deno / 1.23.2 / ~ / gpudevicelostinfo.html /

GPUDeviceLostInfo

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

Properties

readonly message : string
readonly reason : GPUDeviceLostReason | undefined