mirror of
https://github.com/WinDurango/dxvk.git
synced 2026-02-04 02:41:22 +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:
@@ -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@',
|
||||
|
||||
Reference in New Issue
Block a user