jpaver / opengametools

A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
MIT License
375 stars 36 forks source link

ogt_vox: add type-based memory alignment within the internal sub allocator #63

Closed jpaver closed 1 year ago

jpaver commented 1 year ago

@mgerhardy, PTAL and confirm this fixes your ASAN testing issue. Thanks!

mgerhardy commented 1 year ago

Thanks a lot for the patch - applied it to vengi - if this pipeline run is successful, this can get merged.