Interface GPUDeviceLostInfo

    interface GPUDeviceLostInfo {
        __brand: "GPUDeviceLostInfo";
        message: string;
        reason: GPUDeviceLostReason;
    }

    Properties

    __brand: "GPUDeviceLostInfo"
    message: string