Shukant Pal

Results 102 comments of Shukant Pal

Hey there, it seems like JSDoc is no longer maintained actively! Good news is that I'm working on [webdoc](https://www.webdoclabs.com) and I accept issues / contributions on that project :)

@obiot webdoc has a concept of tutorials from JSDoc. You can also call them guides or wikis. You can see how to set it up here: https://www.webdoclabs.com/guides/getting-started/tutorials.html

Yeah, the header will have two options "API" and "FAQ" (if you rename tutorials to FAQ). If you want to have a separate repository, I would recommend using git submodules...

Digging into this more, it looks like the IMAGE plugin also registers with an extension. I was trying to save to ASTC / DDS.

I did a bit more debugging: https://github.com/GPUOpen-Tools/compressonator/blob/dd1560ed782e6491111407ed82c7ebe56b14f87e/applications/_plugins/common/textureio.cpp#L731 The `file_extension` was an empty string - and it turns out the code fallbacks here: https://github.com/GPUOpen-Tools/compressonator/blob/815d1b6fa01223cdbeb3e399e56b44e5c10fcdd7/applications/_plugins/common/cmp_fileio.cpp#L250 _CMP_CPP17_ or _CMP_CPP14_ weren't defined for me....

I don't think the CLI supports macOS builds at this point :)

@NPCompress For macOS, yes I had to use C++11 since Compressonator's build will ignore C++14, 17 for macOS.

It looks like the implementations are exactly the same - I deleted the one in codec_dxtc_alpha.cpp to pass the compilation.

Sure, thanks! I'm not a C++/C developer so this is an interesting rabbit hole

I get https://github.com/GPUOpen-Tools/compressonator/blob/cb281b97eb05e35ec739a462c71524c4b1eefae3/scripts/build.sh#L40 > #16 0.210 + cmake /trees/Compressonator/External/cmake -DCOMPRESSONATOR_PROJECT_DIR:STRING=/trees/Compressonator -DCMAKE_BUILD_TYPE:STRING=Release -DCLEAN_BUILD:BOOL=OFF #16 0.258 CMake Error: The source directory "/trees/Compressonator/External/cmake" does not exist.