[webkit-changes] [WebKit/WebKit] 6e6665: [WebGPU] addPipelineLayouts should check if value ...
mwyrzykowski
noreply at github.com
Mon Apr 1 23:39:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6e666500f2f7cf6f8bb977a1f33c8778d366d9a4
https://github.com/WebKit/WebKit/commit/6e666500f2f7cf6f8bb977a1f33c8778d366d9a4
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-04-01 (Mon, 01 Apr 2024)
Changed paths:
M Source/WebGPU/WebGPU/RenderPipeline.mm
Log Message:
-----------
[WebGPU] addPipelineLayouts should check if value exist in the map before taking its value
https://bugs.webkit.org/show_bug.cgi?id=271875
<radar://125542247>
Reviewed by Dan Glastonbury.
The WGSL compiler creates the names for the values in this map,
so it is not currently possible to encounter this issue, but
we can be preventative since it is not obvious that it is not
reproducible.
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::Device::addPipelineLayouts):
Canonical link: https://commits.webkit.org/276926@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