Bug 272378 - [WebGPU] bool BindGroupLayout::validateDynamicOffsets should return a better error message
Summary: [WebGPU] bool BindGroupLayout::validateDynamicOffsets should return a better ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mike Wyrzykowski
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-08 22:50 PDT by Mike Wyrzykowski
Modified: 2024-04-10 12:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wyrzykowski 2024-04-08 22:50:15 PDT
[WebGPU] bool BindGroupLayout::validateDynamicOffsets should return a better error message

Currently we simply say "insufficient dynamic offsets in layout for bind group" which is misleading as seen in https://bugs.webkit.org/show_bug.cgi?id=270079 where playcanvas is using incorrect alignment
Comment 1 Radar WebKit Bug Importer 2024-04-09 00:01:50 PDT
<rdar://problem/126119539>
Comment 2 Mike Wyrzykowski 2024-04-09 00:18:38 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27018
Comment 3 EWS 2024-04-10 12:16:42 PDT
Committed 277318@main (e123f4c6215c): <https://commits.webkit.org/277318@main>

Reviewed commits have been landed. Closing PR #27018 and removing active labels.