Mark Callow
Mark Callow
Running `ALL_BUILD` works. Is there some advantage to a custom target that I'm missing? I don't see any benefit over `ALL_BUILD.` I've upvoted the CMake issue. I'll leave this open...
Ping @atteneder. This still bites me regularly when I forget to first build "package". Please try to fix it.
Despite the name it has been given in your comment, it appears to be a .webp image which are not supported by `toktx`. When compressing to Basis universal (or any...
@alexkowel what do your users want to do with webp and what makes it "promising" for it? Note that even if webp is used to deliver a texture to a...
> 3\. If KTX compression were supported for WebP, What exactly do you mean? If you mean KTX files containing WebP compressed images, that isn't going to happen. KTX is...
> On the other hand, encoding lossless WebP textures to KTX/BasisU is fine and therefore should not require any extra steps. When support is added how should we handle lossy...
Where can I find documentation of APP2 for JFIF? Thanks for the information about the samples in the glTF sample repo. > To verify embedded ICC profiles (e.g. to avoid...
It is necessary to also sign the uninstaller. Since this is normally created during the install, special steps are needed, outlined in https://nsis.sourceforge.io/Signing_an_Uninstaller.
No. 5 is because the following OpenGL ES emulator libraries are being downloaded into the root of the git workarea. Untracked files: (use "git add ..." to include in what...
Unbelievably weird. Cmd prompt continues to parse lines starting with REM and if it sees &, it executes what follows. I had to put another REM after the & to...