Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0a7abfa22cd330465225a0777b76e509b2c43aab https://github.com/WebKit/WebKit/commit/0a7abfa22cd330465225a0777b76e509b2c43aab Author: Mike Wyrzykowski <mwyrzykow...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes