Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2020-03-04 18:41:00 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-03-04 18:42:31 +0300
commit95cd20f1c7fa78d4f80966c602128e0ea19b4ef6 (patch)
tree9ef2ca819814d2064e8871870a00d4ab05dd73e2 /test_shaders.py
parentc27e1efbf18cff858db35a3eda5dcdde7ad450d6 (diff)
Add test for disable-storage-image-qualifier-deduction.
Diffstat (limited to 'test_shaders.py')
-rwxr-xr-xtest_shaders.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_shaders.py b/test_shaders.py
index e6208ca1..c72c7665 100755
--- a/test_shaders.py
+++ b/test_shaders.py
@@ -438,6 +438,8 @@ def cross_compile(shader, vulkan, spirv, invalid_spirv, eliminate, is_legacy, fl
extra_args += ['--emit-line-directives']
if '.no-samplerless.' in shader:
extra_args += ['--vulkan-glsl-disable-ext-samplerless-texture-functions']
+ if '.no-qualifier-deduction.' in shader:
+ extra_args += ['--disable-storage-image-qualifier-deduction']
spirv_cross_path = paths.spirv_cross