Interface GPUCompilationInfo

    interface GPUCompilationInfo {
        __brand: "GPUCompilationInfo";
        messages: readonly GPUCompilationMessage[];
    }

    Properties

    Properties

    __brand: "GPUCompilationInfo"
    messages: readonly GPUCompilationMessage[]