[Webkit-unassigned] [Bug 202577] [WebGPU] Unexpected out-of-memory error when buffer is unmapped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 02:41:36 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=202577

--- Comment #1 from beaufort.francois at gmail.com ---
Note that it also doesn't work with MapWriteAsync


  const buffer = device.createBuffer({
    size: 12,
    usage: GPUBufferUsage.COPY_SRC | GPUBufferUsage.MAP_WRITE,
  });

  await buffer.mapWriteAsync();


Nit: Previous comment should had COPY_DST instead of COPY_SRC

-- 
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/20191004/40979a5e/attachment.html>


More information about the webkit-unassigned mailing list