Archive 17/01/2023.

Geometry SetRawDataRange

friesencr

The ability to set geometry raw data on a range.

cadaver

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.

friesencr

Thank you for the advice.