I want to install glslc
, which is one of the tools of shaderc, so I can compile GLSL into Vulkan's SPIR-V
shader format.
Is there a package that already provides it or I should build it from source?
Apparently it's not packed on debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890472
I noted it appears to be included in the LunarG Vulkan SDK: https://vulkan.lunarg.com/doc/sdk/1.2.141.2/linux/getting_started.html
From own LunarG website, it's not yet packed for 20.04, only 16.04 and 18.04. This situation may change soon.