Build fails with ENABLE_HLSL=OFF
Open
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 445
- Avg merge
- 11h 6m
- Merged PRs (30d)
- 6
Description
I tried to build glslc without HLSL support but the final executables don't consider the ENABLE_HLSL option and instead always want to link the HLSL libs.
I'm compiling with emscripten to wasm and trying to reduce the size of the final assembly (currently it's 3.3MB). Not sure if excluding HLSL will yield much but I guess it's worth a try.
Contributor guide
Assessment
This issue has not been assessed yet.