friesencr
The ability to set geometry raw data on a range.
The ability to set geometry raw data on a range.
This would be an unsafe function as the raw data size is not tracked by the Geometry. All Geometry does is to store the buffer pointer you have given it (SetRawVertexData() / SetRawIndexData()) I recommend managing it yourself and simply rewriting parts of the buffer.
Thank you for the advice.