[build] Target SPIR-V 1.6 for built-in GLSL shaders

Silences a Mesa warning when the HUD is enabled.
This commit is contained in:
Philip Rebohle 2024-04-19 13:36:32 +02:00
parent 00872e9e4f
commit 9c66c4bf1d
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def_spec_ext = '.def'
glsl_compiler = find_program('glslang', 'glslangValidator')
glsl_args = [
'--quiet',
'--target-env', 'vulkan1.2',
'--target-env', 'vulkan1.3',
'--vn', '@BASENAME@',
'--depfile', '@DEPFILE@',
'@INPUT@',