spnda / fastgltf

A modern C++17 glTF 2.0 library focused on speed, correctness, and usability
https://fastgltf.readthedocs.io/v0.8.x/
MIT License
276 stars 42 forks source link

Const-ify GltfBufferData::copyBytes #10

Closed Eearslya closed 1 year ago

Eearslya commented 1 year ago

As this is a purely copy-only function, there's no reason to take a mutable pointer.