Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. GPUCompilationMessage
  4. message

GPUCompilationMessage: message property

Limited availability

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

Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.

Note: This feature is available inWeb Workers.

Themessage read-only property of theGPUCompilationMessage interface is a string representing human-readable message text.

Value

A string.

Examples

js
const shaderModule = device.createShaderModule({  code: shaders,});const shaderInfo = await shaderModule.getCompilationInfo();const firstMessage = shaderInfo.messages[0];console.log(firstMessage.message);

See the mainGPUCompilationInfo page for a more detailed example.

Specifications

Specification
WebGPU
# dom-gpucompilationmessage-message

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp