microsoft / ShaderConductor

ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
MIT License
1.76k stars 251 forks source link

Smoother ARM and ARM64 support #47

Closed gongminmin closed 4 years ago

gongminmin commented 5 years ago

Currently you need to manually build x86 or x64 clang-tblgen and llvm-tblgen binaries, assign their path in CMake configurations, and generate arm and arm64 project files. We need to make it automatic.