WebIDLpedia

GPUCompilationMessage interface

Definition

WebGPU defines GPUCompilationMessage



[Exposed=(Window, Worker), Serializable, SecureContext]
interface GPUCompilationMessage {
    readonly attribute DOMString message;
    readonly attribute GPUCompilationMessageType type;
    readonly attribute unsigned long long lineNum;
    readonly attribute unsigned long long linePos;
    readonly attribute unsigned long long offset;
    readonly attribute unsigned long long length;
};

Methods and attributes that return objects implementing GPUCompilationMessage

Referring IDL interfaces/dictionaries