[webkit-changes] [WebKit/WebKit] c57f1a: [WebGPU] Error message from metal compilation is n...
mwyrzykowski
noreply at github.com
Wed Jan 22 21:17:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c57f1a4ede62f9ffef152bba257582c823fa9b6a
https://github.com/WebKit/WebKit/commit/c57f1a4ede62f9ffef152bba257582c823fa9b6a
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M Source/WebGPU/WebGPU/ShaderModule.mm
Log Message:
-----------
[WebGPU] Error message from metal compilation is not reported via popErrorScope in Debug
https://bugs.webkit.org/show_bug.cgi?id=286340
rdar://143372099
Reviewed by Tadeu Zagallo.
We were only assigning the error in non-debug builds, leading
to popErrorScope not including the message in Debug builds.
* Source/WebGPU/WebGPU/ShaderModule.mm:
(WebGPU::ShaderModule::createLibrary):
Canonical link: https://commits.webkit.org/289276@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list