[webkit-changes] [WebKit/WebKit] e35c70: [WebGPU] PipelineLayout::makeInvalid may call clea...
mwyrzykowski
noreply at github.com
Wed Jun 14 20:52:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e35c70f6721cb8e144bb048352d95ee05d5d8c14
https://github.com/WebKit/WebKit/commit/e35c70f6721cb8e144bb048352d95ee05d5d8c14
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M Source/WebGPU/WebGPU/PipelineLayout.mm
Log Message:
-----------
[WebGPU] PipelineLayout::makeInvalid may call clear on empty optional value
https://bugs.webkit.org/show_bug.cgi?id=258082
<radar://110786601>
Reviewed by Dan Glastonbury.
265139 at main made m_bindGroupLayouts an optional, but a check to make
sure the value exists was missing.
* Source/WebGPU/WebGPU/PipelineLayout.mm:
(WebGPU::PipelineLayout::makeInvalid):
Canonical link: https://commits.webkit.org/265179@main
More information about the webkit-changes
mailing list