Method Release
Release()
Releases the underlying ComputeBuffer and clears the CPU list.
Declaration
public void Release()
Remarks
ExchangeBuffer is still usable after calling Release, by calling e.g. CopyFrom(IEnumerable<T>, CommandBuffer) or UseList(List<T>, CommandBuffer). Release can be called on an already-released object safely.