Hey, i've forked this project and made some modifications to it. However i wanted to let you know some issues i've found:
- PixelDepth is written as 1. According to ktxinfo from https://github.com/KhronosGroup/KTX-Software this must be 0 for non arrays. Same for numberOfArrayElements
- SDLwindow should be set to hidden / invisible to increase performance / startup time
- Image is flipped after download from GPU and stored flipped inside the KTX file
Hey, i've forked this project and made some modifications to it. However i wanted to let you know some issues i've found: