Closed namandixit closed 55 minutes ago
Yes, I have SPIR-V there linked-in statically.
I have not yet investigated if it is possible to build dxil/dxcompiler statically too. I would prefer that, but API may be using dynamic library loading or some COM registration. Not exactly sure. Will check it eventually.
SDL_shadercross's documentation says that:
Howeevr, unlike
dxcompiler.dll
anddxil.dll
,spirv-cross-c-shared.dll
is not included in the release archive. Is it statically linked, or do we have to copy it from the Vulkan SDK as dictated in the docs?