SPIRV-Cross.NET icon indicating copy to clipboard operation
SPIRV-Cross.NET copied to clipboard

SPIRV-Cross.NET is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.

Results 3 SPIRV-Cross.NET issues
Sort by recently updated
recently updated
newest added

This is awesome - thank you so much for creating this library! As far as I can tell, it's not loading the native library correctly though. When I run SPIRVCross.Test,...

Hi, can you please update the nugget package containing the following pull request: [Include osx-arm64 native library #3](https://github.com/FaberSanZ/SPIRV-Cross.NET/pull/3) the automatically pipeline which should take care of it seems to be...

It seems that the method `SPIRVCross.SPIRV.LoadNativeLibrary` tries to look for `spirv-cross-c-shared.so` but the file is actually named `libspirv-cross-c-shared.so`. Normally this would be fine since it should add the prefix automatically,...