You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enable/disable shader compilation support that pulls in glslang
44
44
set(VSG_SUPPORTS_ShaderCompiler 1 CACHESTRING"Optional shader compiler support, 0 for off, 1 for enabled." )
45
45
if (VSG_SUPPORTS_ShaderCompiler)
46
-
set(GLSLANG_MIN_VERSION "14"CACHESTRING"glslang 14 is the earliest version that we think installs itself properly on all platforms. Other platforms may be able to use an earlier version")
set(GLSLANG_MIN_VERSION "15"CACHESTRING"glslang 14 is the earliest version that we think installs itself properly on all platforms. Other platforms may be able to use an earlier version")
0 commit comments