Rust ffi and idiomatic wrapper for zeux/meshoptimizer, a mesh optimization library that makes indexed meshes more GPU-friendly.
163
stars
33
forks
source link
build.rs: added missing allocator.cpp to source_files #15
Closed
blaze33 closed 5 years ago
allocator.cpp
was missing in the source files list making it impossible to usemeshopt_setAllocator
.