GPUCompilationMessage

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

安全なコンテキスト用: この機能は一部またはすべての対応しているブラウザーにおいて、安全なコンテキスト (HTTPS) でのみ利用できます。

WebGPU APIGPUCompilationMessage インターフェイスは、GPU シェーダーモジュールコンパイラーが生成した 1 個の情報・警告・エラーのメッセージを表します。

GPUCompilationMessage オブジェクトの配列を、GPUShaderModule.getCompilationInfo() からアクセスできる GPUCompilationInfo オブジェクトの messages プロパティで参照できます。

インスタンスプロパティ

length Experimental 読取専用

メッセージが対応する部分文字列の長さを表す数値です。

lineNum Experimental 読取専用

メッセージが対応するシェーダーコードの行番号を表す数値です。

linePos Experimental 読取専用

メッセージが対応するコードの行内の位置を表す数値です。これは点であることも、関係する部分文字列の始点であることもあります。

message Experimental 読取専用

人間向けのメッセージテキストを表す文字列です。

offset Experimental 読取専用

シェーダーコードの始点から、メッセージが対応する点または関連する部分文字列の始点までのオフセットを表す数値です。

type Experimental 読取専用

メッセージの種類を表す列挙値です。"error""info""warning" のいずれかです。

例はメインの GPUCompilationInfo のページを参照してください。

仕様書

Specification
WebGPU
# gpucompilationmessage

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
GPUCompilationMessage
Experimental
length
Experimental
lineNum
Experimental
linePos
Experimental
message
Experimental
offset
Experimental
type
Experimental

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
Partial support
Partial support
In development. Supported in a pre-release version.
In development. Supported in a pre-release version.
No support
No support
Experimental. Expect behavior to change in the future.
See implementation notes.

関連情報