Gutawer

Results 5 comments of Gutawer

I've created a fork of this with incredibly basic support for the extension, which I'm using in my own code to load ktx2 files into a wgpu renderer: https://github.com/Gutawer/gltf Right...

Sure, here's a modification to `StandAlone.cpp` which makes it exhibit this behaviour: ```diff diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index 8833e38e..b9bf374f 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -1217,7 +1217,7 @@ void StderrIfNonEmpty(const...

Yep happy to though it’ll be a couple of days until I can - there are tests in the form of doc examples but yeah I’m happy to contribute a...

> can you cast with `as f32` on the Rust side Yes, but that'd require putting a wrapper type that can be converted like that in every place I want...

Also just to be as clear as possible, this is all in the context of a serde `#[derive(Deserialize)]`.