dbdr
dbdr
Thanks a lot for your work on this! I noticed `basis-universal-sys/build.rs` in your version [still contains](https://github.com/yue4u/basis-universal-rs/blob/1245959b994e2ccf285cb88c17ec3b6e63fbc500/basis-universal-sys/build.rs#L20) ``` .define("BASISD_SUPPORT_KTX2_ZSTD", "0")``` So I suppose the generated ktx2 files won't use zstd compression?...
I made a small edit to the code to illustrate that the crash happens even if NaN is not actually used in the view, and that there is no mention...
Thanks a lot for the investigation! Apparently the official json format itself just disallows NaN, and both infinities, as values. It's nice that there's a workaround by using rkyv, even...
Right, NaN can be problematic. Note that there's the same issue with infinities. And it will be domain specific whether it makes sense for your data to include them or...
Just for the record, I wrote on discord *after* I made the investigation to reproduce and isolate the cause of the crash, that was the part that was time consuming...