VertexBufferColumns.IsolateColumns

VertexBufferColumns.IsolateColumns method

Performs an in-place copy of the contents of every column, which guarantees that the columns of this VertexBufferColumns are not shared by any other object and can be modified safely.

public void IsolateColumns()

See Also