1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[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

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@',