Hi, Robert!
vsg cmake output:
----
-- Reading 'vsg_...' macros from
/home/vvb/src/vsg/VulkanSceneGraph/cmake/vsgMacros.cmake - look there
for documentation
-- Using Vulkan version check embedded in vsg
-- Found Vulkan: /usr/lib64/libvulkan.so (found suitable version
"1.3.211", minimum required is "1.1.70.0")
-- Failed to find glslang
-- Support for compiling GLSL to SPIR-V and associated shader
composition is not available.
-- The following OPTIONAL packages have been found:
* vsg_glslang
-- The following REQUIRED packages have been found:
* Vulkan (required version >= 1.1.70.0)
* Threads
* PkgConfig
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vvb/src/build/vsg/vsg
----
so, I'm not sure is glslang support here.
1. it says "Failed to find glslang". But system library
dev-util/glslang-1.3.211 is installed. May be it's cmake find issues
again.
2. It says "The following OPTIONAL packages have been found: * vsg_glslang"
Is it enough? Or not?
I'll look for VulkanSDK in the meantime...
v.v.b.