GPUCompilationMessage
注意:此功能在 Web Workers 中可用。
GPUCompilationMessage 介面是 WebGPU API 的一部分,它代表 GPU 著色器模組編譯器生成的單個資訊、警告或錯誤訊息。
可透過 GPUShaderModule.getCompilationInfo() 訪問的 GPUCompilationInfo 物件的 messages 屬性中,可以獲得一個 GPUCompilationMessage 物件陣列。
注意:此功能在 Web Workers 中可用。
GPUCompilationMessage 介面是 WebGPU API 的一部分,它代表 GPU 著色器模組編譯器生成的單個資訊、警告或錯誤訊息。
可透過 GPUShaderModule.getCompilationInfo() 訪問的 GPUCompilationInfo 物件的 messages 屬性中,可以獲得一個 GPUCompilationMessage 物件陣列。