gwihlidal / meshopt-rs

Rust ffi and idiomatic wrapper for zeux/meshoptimizer, a mesh optimization library that makes indexed meshes more GPU-friendly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

derive(Debug) on generated structs

Jasper-Bekkers opened this issue · comments

Would you mind adding a derive_debug() to the bindgen chain so it's easier to println!() some of the structs?