From 004fe27a52b7952111ad7e749397aeff499de7ed Mon Sep 17 00:00:00 2001 From: skallweitNV <64953474+skallweitNV@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:28:16 +0200 Subject: Metal compute tests (#4292) --- tests/compute/constexpr.slang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/compute/constexpr.slang') diff --git a/tests/compute/constexpr.slang b/tests/compute/constexpr.slang index cf308e7d5..9aa5c1d56 100644 --- a/tests/compute/constexpr.slang +++ b/tests/compute/constexpr.slang @@ -1,6 +1,7 @@ // constexpr.slang //TEST(compute):COMPARE_COMPUTE_EX:-slang -gcompute -shaderobj //DISABLED://TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -gcompute -shaderobj +//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl //TEST_INPUT: Texture2D(size=4, content = one):name tex //TEST_INPUT: Sampler:name samp @@ -109,4 +110,4 @@ FragmentStageOutput fragmentMain(FragmentStageInput input) outputBuffer[1] = 1; return output; -} \ No newline at end of file +} -- cgit v1.2.3