deno / latest / ~ / gpudevicelostinfo.html

GPUDeviceLostInfo

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

Properties

readonly message: string
readonly reason: GPUDeviceLostReason | undefined