kopaka1822

Results 15 comments of kopaka1822

Hello, I am not completely sure which feature you want. Do you have a latitude longitude image and want to convert it to a cubemap? Or do you have have...

Hi, I'm currently rewriting the core engine to support easier unit testing and a console interface. I'll take a look at ktx2 files afterwards. It would also be helpful if...

The link does not work for me. Maybe because it is a private project?

I figured out how to load ktx2 files with the ktx.h header. However I still have unresolved dependencies for the ktxTexture2_CreateFromNamedFile function. Do you know which of the ktx projects...

I added some experimental support for loading ktx2 files on the ktx2 branch. Most of the images from the KTX-Software test folder can be loaded. However, there are some issues...

> Is this a problem in libktx or are you not using that? I am using `libktx` to load the ktx2 file. However, I convert it to RGBA8 using [Compressonator](https://github.com/GPUOpen-Tools/Compressonator)...

I updated the ktx submodule and the libktx binaries. Additionally, I added support for KTX_SUPERCOMPRESSION_BASIS files.

Hello, I finally had some time to adjust my ktx2 loader to the latest version. The viewer is now able to load all ktx2 files from the ktx/tests/testimages directory. Do...

I have a question for @MarkCallow What are the full requirements for `ktxTexture2_CompressBasis()` to work? The docs say that: * the texture should not be supercompressed * the texture format...

I started developing the export for ktx2 files and the export for non-basis-compressed should be finished. However, I still have some questions about the compression. First of all, I can...