How to map AsyncGPUReadbackRequest to the buffer it read from? For example to dispose() of the buffer?
Let's say I have a few requests all of them reading from buffers of the same size. How do I identify which buffer is associated with the given readback?
↧