We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed2e05 commit fd9595bCopy full SHA for fd9595b
test/vcc/CMakeLists.txt
@@ -9,7 +9,7 @@ spv_outputting_test(NAME test/vcc/branch.c COMPILER vcc EXTRA_ARGS)
9
spv_outputting_test(NAME test/vcc/loop.c COMPILER vcc EXTRA_ARGS)
10
spv_outputting_test(NAME test/vcc/goto.c COMPILER vcc EXTRA_ARGS)
11
12
-spv_outputting_test(NAME test/vcc/vec_swizzle.c COMPILER vcc EXTRA_ARGS --entry-point test --no-dynamic-scheduling)
+spv_outputting_test(NAME test/vcc/vec_swizzle.c COMPILER vcc EXTRA_ARGS --entry-point test --no-dynamic-scheduling --execution-model Fragment)
13
14
spv_outputting_test(NAME test/vcc/empty.comp.c COMPILER vcc EXTRA_ARGS --entry-point main)
15
0 commit comments