diff options
| author | Yong He <yonghe@outlook.com> | 2020-11-30 08:59:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 08:59:34 -0800 |
| commit | 339422dc91e10d15cf861ba3006025e3cec250c5 (patch) | |
| tree | aded0572aa9eec81d418fe1af509380a7b49fd98 /tests/compute/dynamic-dispatch-11.slang | |
| parent | de8dbdd778afa876efd9143e302e76c3dfc87ee0 (diff) | |
Enable all dynamic-dispatch tests on D3D/VK. (#1615)
Diffstat (limited to 'tests/compute/dynamic-dispatch-11.slang')
| -rw-r--r-- | tests/compute/dynamic-dispatch-11.slang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compute/dynamic-dispatch-11.slang b/tests/compute/dynamic-dispatch-11.slang index c21f88b7f..379cf62d8 100644 --- a/tests/compute/dynamic-dispatch-11.slang +++ b/tests/compute/dynamic-dispatch-11.slang @@ -1,5 +1,7 @@ // Test using interface typed shader parameters with dynamic dispatch. +//TEST(compute):COMPARE_COMPUTE:-dx11 +//TEST(compute):COMPARE_COMPUTE:-vk //TEST(compute):COMPARE_COMPUTE:-cpu -xslang -disable-specialization //TEST(compute):COMPARE_COMPUTE:-cuda -xslang -disable-specialization |
