Method Release
Release()
Releases the underlying ComputeBuffer and resets the write index.
Declaration
public void Release()
Remarks
CircularStructuredBuffer is still usable after calling Release, by calling e.g. Resize(int). Release can be called on an already-released object safely.