I have two ComputeBufferHandle buffers, one for append and one for consume. I want to copy the data from the append buffer to the consume buffer, on the gpu. But there doesn’t seem to be a method to do that in the CommandBuffer class.
I see CommandBuffer.CopyBuffer() but that one doesn’t seem to take a ComputeBuffer. So is there another way for me to do this?