[webkit-changes] [WebKit/WebKit] 42d893: [WebGPU] Remove release assert from WebGPU::create...
mwyrzykowski
noreply at github.com
Mon Nov 20 00:38:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 42d8933f0ae2fb8371afd2cc6dff3560e547d1a3
https://github.com/WebKit/WebKit/commit/42d8933f0ae2fb8371afd2cc6dff3560e547d1a3
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M Source/WebGPU/WebGPU/Pipeline.mm
Log Message:
-----------
[WebGPU] Remove release assert from WebGPU::createLibrary
https://bugs.webkit.org/show_bug.cgi?id=264025
<radar://117589524>
Reviewed by Tadeu Zagallo.
Calling createLibrary with an invalid ShaderModule should
return std::nullopt otherwise the ast will not be valid.
* Source/WebGPU/WebGPU/Pipeline.mm:
(WebGPU::createLibrary):
Canonical link: https://commits.webkit.org/270965@main
More information about the webkit-changes
mailing list