KhronosGroup / glslang

Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Other
2.9k stars 816 forks source link

Fix `glslangValidator` installation #3642

Closed friendlyanon closed 2 days ago

friendlyanon commented 5 days ago

This caused the glslang[tools] vcpkg feature to not install properly, because the glslangValidator executable didn't exist for tool installation.

CLAassistant commented 5 days ago

CLA assistant check
All committers have signed the CLA.

friendlyanon commented 4 days ago

I have submitted the commit from this PR to vcpkg so the package works.

friendlyanon commented 2 days ago

Thank you. This was also tested and merged to the vcpkg package as well.