[webkit-changes] [WebKit/WebKit] 7c0129: [WebGPU] Render pipeline may attempt to create a P...
mwyrzykowski
noreply at github.com
Mon Dec 16 08:52:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7c012909c61fa9165662458e744e704054dc6674
https://github.com/WebKit/WebKit/commit/7c012909c61fa9165662458e744e704054dc6674
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
A LayoutTests/fast/webgpu/regression/repro_284608-expected.txt
A LayoutTests/fast/webgpu/regression/repro_284608.html
M Source/WebGPU/WebGPU/RenderPipeline.mm
Log Message:
-----------
[WebGPU] Render pipeline may attempt to create a PSO with zero buffers and a vertex shader which requires one or more buffers
https://bugs.webkit.org/show_bug.cgi?id=284608
rdar://141415294
Reviewed by Dan Glastonbury.
The descriptor must have at least as many buffes as the shader requires.
* LayoutTests/fast/webgpu/regression/repro_284608-expected.txt: Added.
* LayoutTests/fast/webgpu/regression/repro_284608.html: Added.
Add regression test.
* Source/WebGPU/WebGPU/RenderPipeline.mm:
Canonical link: https://commits.webkit.org/287884@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