diff options
| author | Yong He <yonghe@outlook.com> | 2020-11-20 08:34:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 08:34:14 -0800 |
| commit | ee5842a01cdb2bd6cd4acee7214666f180b95d84 (patch) | |
| tree | b4c52c9ead27e71a8e4a31b871f97b800d4d4e62 /tests/compute/dynamic-dispatch-12.slang | |
| parent | 4459d4428761b0581b221c52eaea595d1b257a9f (diff) | |
Make witness and RTTI handles lower to `uint2`. (#1613)
* Make witness and RTTI handles lower to `uint2`.
And enable some dynamic dispatch tests on D3D/VK.
* Bug fixes.
Diffstat (limited to 'tests/compute/dynamic-dispatch-12.slang')
| -rw-r--r-- | tests/compute/dynamic-dispatch-12.slang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compute/dynamic-dispatch-12.slang b/tests/compute/dynamic-dispatch-12.slang index cd122ec56..11bfcc1eb 100644 --- a/tests/compute/dynamic-dispatch-12.slang +++ b/tests/compute/dynamic-dispatch-12.slang @@ -1,6 +1,8 @@ // Test using interface typed shader parameters with dynamic dispatch. +//TEST(compute):COMPARE_COMPUTE:-dx11 //TEST(compute):COMPARE_COMPUTE:-cpu +//TEST(compute):COMPARE_COMPUTE:-vk //TEST(compute):COMPARE_COMPUTE:-cuda [anyValueSize(8)] |
