Definition
WebGPU defines GPUCompilationInfo
[Exposed=(Window, Worker), Serializable, SecureContext]
interface GPUCompilationInfo {
readonly attribute FrozenArray<GPUCompilationMessage> messages;
};
GPUCompilationInfo
interfaceWebGPU defines GPUCompilationInfo
[Exposed=(Window, Worker), Serializable, SecureContext]
interface GPUCompilationInfo {
readonly attribute FrozenArray<GPUCompilationMessage> messages;
};
GPUCompilationInfo