diff options
| author | skallweitNV <64953474+skallweitNV@users.noreply.github.com> | 2024-06-10 22:28:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 13:28:36 -0700 |
| commit | 712ce653d4c3d7284dd71389f31540d0da7f144e (patch) | |
| tree | 9d99ac7d5804c47e900dce01455edcf3bde52cd2 /tests/language-feature/constants/constexpr-loop.slang | |
| parent | 38c0baccac70ca36a2c90218d6a92b8c036b1a5e (diff) | |
enable more metal tests (#4326)
Diffstat (limited to 'tests/language-feature/constants/constexpr-loop.slang')
| -rw-r--r-- | tests/language-feature/constants/constexpr-loop.slang | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/language-feature/constants/constexpr-loop.slang b/tests/language-feature/constants/constexpr-loop.slang index 94c71d219..31b4294a5 100644 --- a/tests/language-feature/constants/constexpr-loop.slang +++ b/tests/language-feature/constants/constexpr-loop.slang @@ -1,6 +1,5 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type -//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl //TEST_INPUT: set g_texture = Texture2D(size=8, content = one) //TEST_INPUT: set g_sampler = Sampler |
