- From: Dzmitry Malyshau <notifications@github.com>
- Date: Mon, 15 Mar 2021 11:41:44 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 March 2021 18:41:57 UTC
WebGPU uses the `detach` concept for array buffers representing the [mapping of GPU data to CPU](https://gpuweb.github.io/gpuweb/#dom-gpubuffer-unmap). It's essential for us to have an efficient implementation, since an alternative, if I understand correctly, would require a whole new copy of the data. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/724#issuecomment-799658886
Received on Monday, 15 March 2021 18:41:57 UTC