Mark Callow

Results 294 comments of Mark Callow

@fluppeteer I'm working on adding support in KTX-Software. I have vk2dfd working and I'm now making dfd2vk work. This is based around using `interpretDFD`. What is your recommendation for handling...

> I am thinking of adding an i_FIXED_POINT_FORMAT_BIT to InterpretDFDResult which I would set if the sampleUpper = -sampleLower and the value is somewhere in the middle of the range...

It is KTX-Software that needs updating. Nothing to do here. I should have closed this when I merged [KTX-Software PR #864](https://github.com/KhronosGroup/KTX-Software/pull/864). There is no mapping for this to formats in...

> @MarkCallow, I did not yet get feedback from you about the proposed code formatting conventions applied in this branch. > Sorry. I am a little under the weather so...

What is the difference between "format" and "tidy"?

Questions: 1. Can GDeflate be applied to already Deflated data or does the library combine deflation and re-ordering? 2. If the answer to 1 is yes, is BasisLZ compatible with...

Only for EMSCRIPTEN and only for the link step and only on Windows XP. It is very strange.

See [BUILDING.md](https://github.com/KhronosGroup/KTX-Software/blob/main/BUILDING.md#generated-source-files-project-developers-only) for documentation of the auto generated files. Most are generated currently from vulkan_core.h, three by a script in the KTX-Specification repo using the mapping database that is part...

By the way the Java and Python internal format files are not related to `vkFormat2glInternalFormat.inl`. The first two are definitions of the OpenGL internal format constants. The last is a...

> Support for WEBP-based GLTF benefits all applications where storage needs are critical, most often: web applications. :-) To @gernotziegler and all those who've expressed similar opinions, if you have...