[webkit-changes] [WebKit/WebKit] 0a7abf: WebGPU: large binding numbers cause Metal compilat...
mwyrzykowski
noreply at github.com
Mon Oct 30 10:21:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0a7abfa22cd330465225a0777b76e509b2c43aab
https://github.com/WebKit/WebKit/commit/0a7abfa22cd330465225a0777b76e509b2c43aab
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M Source/WebGPU/WebGPU/BindGroupLayout.mm
Log Message:
-----------
WebGPU: large binding numbers cause Metal compilation to fail
https://bugs.webkit.org/show_bug.cgi?id=263788
<radar://117590111>
Reviewed by Tadeu Zagallo.
It is not allowed to have a binding with index greater than
maxBindingsPerBindGroup, we should return an invalid BindGroupLayout.
* Source/WebGPU/WebGPU/BindGroupLayout.mm:
(WebGPU::Device::createBindGroupLayout):
Canonical link: https://commits.webkit.org/269955@main
More information about the webkit-changes
mailing list