Mark Callow

Results 59 issues of Mark Callow

- Problematic Docker Image: trzeci/emscripten:sdk-incoming-64bit Please state what is missing: 1. cpack This may just be a question rather than an RFI. I need to run cpack to build .zip...

There's a use for RGBE textures. What VkFormat should we use: RGBA_UNORM, RGBA_SNORM or UNKNOWN? The DFD can identifiy that the 4th channel is an exponent in the same way...

This is a note to hopefully help others. I found that osx-env-sync was not working on Big Sur. After investigation I discovered that the launch agent was no longer in...

I would have opened this as a question in Discussions but those aren't enabled... I am using Doxygen 1.9.8. I have a library of c code that provides a pseudo-object...

C/C++

Code is believed complete. Tests have yet to be added. Hence draft status. This includes a new round-trip test of vk2dfd and dfd2vk for all Vulkan formats except multi-plane and...

Over in https://github.com/KhronosGroup/KTX-Specification/issues/206 we've decided to support this format. It is in `vkFormatString` and `isValidFormat` so `ktx info` and `ktx validate` should be fine as these are the functions they...

My concept is that KTXwriterScParams contains the options needed to recreate the file so I expected to see, e.g., ``` KTXwriterScParams: --encode basis-lz --clevel 0 --threads 1 ``` in a...

setup.py is looking for these. I can't find them on the net. The only hits suggest that they are included in pygtk but that hasn't been touched in 4 years...

The emcc linker property page contains an Additional Library Directories property, just like the Win32 link property page. Unfortunately this property is not useful with the emcc linker (gcc link)...

I just encountered the error about my PATH being > 1024 characters. I suspect I am not alone being in this situation. Here are some suggestions for how to avoid...