Mark Callow
Mark Callow
@zoof, Did our messages cross or did you not read what I wrote?
Sorry, I misread the URL in your comment. What device do you have? I have an iPad Pro. Try refreshing the page showing https://browserleaks.com/ip.
@zoof Did you enable JavaScript? i.e set Content Policy to "No WebXHR/WebSocket/Video connetions?"
Hmm? Very strange. How could the same iOS version, 12.3.1, give different results? Are you sure you are on https://browserleaks.com/ip and not on https://browserleaks.com/webrtc?
> Syncing the settings file to Google Drive, Dropbox, or any other cloud storage solution would work as well. Depends on your definition of "as well". In my view these...
You need the libktx project from the [ktx2](https://github.com/KhronosGroup/KTX-Software/tree/ktx2) branch of the [KTX-Software](https://github.com/KhronosGroup/KTX-Software/tree/ktx2) repo. See [BUILDING.md](https://github.com/KhronosGroup/KTX-Software/blob/master/BUILDING.md) for build instructions. There are examples in the documentation but unfortunately until I move the...
> However, there are some issues with DXT-compressed formats Is this a problem in `libktx` or are you not using that? > and files that don't have a vkFormat specified...
The may be a problem with `vkFormat` in `cubemap_yokohama_bc3_unorm.ktx2`. The original `.ktx` file has a glInternalformat of `0x83F3` which is `GL_COMPRESSED_RGBA_S3TC_DXT5_EXT `. DXT5 is now known as BC3. In the...
I have created [PR #138](https://github.com/KhronosGroup/KTX-Software/pull/138) in KTX-Software which fixes the affected testimages. The conversion table had been fixed but the test images had not been respun.
All the ktx2 software is in [KTX-Software](https://github.com/KhronosGroup/KTX-Software) master now. This also means the generated documentation is available at https://github.khronos.org/KTX-Software/. See https://github.khronos.org/KTX-Software/libktx/index.html#overview for a concise summary of how to use the...