Mark Callow

Results 429 comments of Mark Callow

JPEG images can be encoded. This .jpg file has 4 components which is not conformant with JFIF or EXIF and not supported by the jpeg decoder I am using, which...

I am on the verge of releasing 4.1.0, I will wait until that is done before reviewing and merging this. Thank you for the contribution.

If you feel the list in the spec. is insufficient or too hard to find, feel free to add something to [this project's wiki](https://github.com/KhronosGroup/KTX-Software/wiki).

Also see https://bgolus.medium.com/anti-aliased-alpha-test-the-esoteric-alpha-to-coverage-8b177335ae4f for a good explanation of alpha to coverage and the background behind this request. This article also has example shader code to scale the alpha by mip...

I've noticed that various common files from the load tests are appearing under the appfWSDL and GLAppSDL targets. These should be fixed as part of this issue. They are not...

Does `clang-format` write DOS line endings? I noticed the `dos2unix` at the end of the script. Is `clang-format` included in the Xcode command line tools or do I need to...

> Please don't do this in a open source library `UseTab: ForIndentation` Agree. Thanks for the heads-up. (I haven't yet checked the proposed format.)

There is a v3.0.1 tag for the last v3 release. Can you point the submodule at that? No there is no guide yet. We are in the middle of migrating...

I think the inconsistent DLL bindings are because some of the pre-compiled libraries used by the loadtests are release only. These warnings come when you compile the debug version. However...

> It works fine for 3.x, but I haven't been able to make this work with 4.x. After updating the submodule I get unresolved external symbols for e.g. __imp_ktxTexture_CreateFromMemory Is...