[Webkit-unassigned] [Bug 273028] New: [WebGPU] mapAsync shouldn’t be calling getMappedRange on the entire buffer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 20 07:02:59 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273028
Bug ID: 273028
Summary: [WebGPU] mapAsync shouldn’t be calling getMappedRange
on the entire buffer
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mwyrzykowski at apple.com
[WebGPU] mapAsync shouldn’t be calling getMappedRange on the entire buffer. The buffer could be 1GB for example, but the receiver only wants to read 16 bytes, we would pass 1GB from the GPU process to the web process unnecessarily.
--
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/20240420/3b982b49/attachment.htm>
More information about the webkit-unassigned
mailing list