RESOLVED FIXED323117
GPUDevice.createBindGroup fast path is broken for external textures
https://bugs.webkit.org/show_bug.cgi?id=323117
Summary GPUDevice.createBindGroup fast path is broken for external textures
Mike Wyrzykowski
Reported 2026-09-01 10:46:17 PDT
GPUDevice.createBindGroup fast path is broken for external textures
Attachments
Radar WebKit Bug Importer
Comment 1 2026-09-01 10:46:25 PDT
Mike Wyrzykowski
Comment 2 2026-09-01 10:50:47 PDT
The reason is GPUBindingResource now allows GPUBuffer, instead of just GPUBufferBinding, and we didn't add support for that case
Mike Wyrzykowski
Comment 3 2026-09-01 11:07:40 PDT
EWS
Comment 4 2026-09-01 21:49:46 PDT
Committed 320309@main (0ad38fbf95da): <https://commits.webkit.org/320309@main> Reviewed commits have been landed. Closing PR #72954 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.