Gutawer

Results 2 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...