Method Release
Release()
Releases the underlying ComputeBuffer.
Declaration
public void Release()
Remarks
StructuredBuffer is still usable after calling Release, by calling e.g. Resize(int, ResizeOptions) or SetData(List<T>, ResizeOptions, CommandBuffer). Release can be called on an already-released object safely.