diff options
| author | Yong He <yonghe@outlook.com> | 2020-11-30 08:59:02 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 08:59:02 -0800 |
| commit | de8dbdd778afa876efd9143e302e76c3dfc87ee0 (patch) | |
| tree | 72e5bac653be7a3a7cb3e3d0d6704ebaec7587c4 /tests/compute/interface-shader-param2.slang | |
| parent | c0fab438a565cb2134679af8830d11644668d6a2 (diff) | |
Re-enable `interface-shader-param` tests. (#1614)
Diffstat (limited to 'tests/compute/interface-shader-param2.slang')
| -rw-r--r-- | tests/compute/interface-shader-param2.slang | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/compute/interface-shader-param2.slang b/tests/compute/interface-shader-param2.slang index b276dae99..6b33b4302 100644 --- a/tests/compute/interface-shader-param2.slang +++ b/tests/compute/interface-shader-param2.slang @@ -4,8 +4,7 @@ // concrete types that have data within them, instead of // just empty types. -// Note: D3D11 test disabled because of missing `uint64_t`; re-enable when `uint2` used instead. -//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-slang -compute +//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 -profile sm_6_0 -use-dxil //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute |
