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