[Webkit-unassigned] [Bug 281680] [WebGPU] WebCam texture doesn't work with WebGPU
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 25 11:43:23 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281680
--- Comment #2 from Mike Wyrzykowski <mwyrzykowski at apple.com> ---
Until this is fixed, you can workaround with:
- const texture = device.importExternalTexture({source: video});
+ const texture = device.importExternalTexture({source: new VideoFrame(video)});
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241025/88c70c10/attachment.htm>
More information about the webkit-unassigned
mailing list