Mark Callow
Mark Callow
Indeed `VkAllocationCallbacks` appears to be for host memory. I don't think there is any alternative than reimplementing `ktxTexture_VkUploadEx()`. Currently it calls `vkAllocateMemory` to obtain device memory. Perhaps you can add...
Reopening. Feel free to submit another PR when you're ready.
I'm in general agreement with the goal. I'd like to point out that toktx already has a convenient way to specify multiple source images. A file containing a list of...
Any thoughts on how to fix this? I just found an issue with emcc when using -l that is going to have to be fixed for any solution to this...
Once [Emscripten issue 2471](https://github.com/kripken/emscripten/issues/2471) is fixed, vs-tool will need to add the -l prefixes when it adds the names appearing in the AdditionalDependencies list to the link command.
Just tried 1.22.0. emlink/emcc no longer matches x.dll but that is the only thing fixed. In order to avoid having to change the names of "Additional Dependencies" when generating an...
I started to look into fixing this but can't find any documentation about VS platforms. If you can give me a clue where to start, e.g. where/how is `AdditionalDependencies` added...
I have investigated this some more. If you add the attribute 'Switch="l"' (small L) to the AdditionalDependencies StringListProperty in [emcc_link.xml](https://github.com/juj/vs-tool/blob/master/Emscripten/Props/emcc_link.xml#L55), then the libraries will be prefixed with "-l". emlink will...
I opened https://github.com/kripken/emscripten/issues/2986 for Alon. I verified that emlink currently searches for foo.lib.bc and foo.lib.a in this case. I didn't try foo.lib.lib.
Changed title as the legacy tool `toktx` will not be updated but we may add this feature to the new ktx tool suite in future.