Increasing access
Would make this functionality available to those with lower techical ability or understanding
Most appropriate sub-area of p5.js?
Feature enhancement details
Sub-area: p5.storageBuffer, WebGPU, p5.strands
Currently, p5.storageBuffer supports .read(), .set(), and .update() methods, but no method for deleting or destroying the buffer. It would be useful to add a .delete() method or deleteStorage(buffer).
This is seemingly currently achievable with p5.storageBuffer.buffer.destroy(), as pointed out by @davepagurek , though I didn't test it deeply
Increasing access
Would make this functionality available to those with lower techical ability or understanding
Most appropriate sub-area of p5.js?
Feature enhancement details
Sub-area: p5.storageBuffer, WebGPU, p5.strands
Currently,
p5.storageBuffersupports.read(),.set(), and.update()methods, but no method for deleting or destroying the buffer. It would be useful to add a.delete()method ordeleteStorage(buffer).This is seemingly currently achievable with
p5.storageBuffer.buffer.destroy(), as pointed out by @davepagurek , though I didn't test it deeply