RESOLVED FIXED264213
[WebGPU] GPURenderBundleEncoder.drawIndirect and GPURenderBundleEncoder.drawIndexedIndirect have synchronization issues
https://bugs.webkit.org/show_bug.cgi?id=264213
Summary [WebGPU] GPURenderBundleEncoder.drawIndirect and GPURenderBundleEncoder.drawI...
Mike Wyrzykowski
Reported 2023-11-04 13:29:49 PDT
[WebGPU] GPURenderBundleEncoder.drawIndirect and GPURenderBundleEncoder.drawIndexedIndirect have synchronization issues because we attempt to directly read .contents on the indirect buffer, but it might not be ready yet.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-04 13:30:15 PDT
Mike Wyrzykowski
Comment 2 2023-11-04 16:10:13 PDT
EWS
Comment 3 2023-11-06 22:36:01 PST
Committed 270311@main (f915246e31c3): <https://commits.webkit.org/270311@main> Reviewed commits have been landed. Closing PR #20005 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.