From fd33d51b1b03583ebe981f048fd7664c29388770 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Tue, 22 Oct 2024 17:40:30 +0200 Subject: [PATCH] tests: Mark tessellation.shader_test as todo on MoltenVK. Tessellation shaders are currently not supported there. --- tests/hlsl/tessellation.shader_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hlsl/tessellation.shader_test b/tests/hlsl/tessellation.shader_test index f5148ba0..2ccaa2f0 100644 --- a/tests/hlsl/tessellation.shader_test +++ b/tests/hlsl/tessellation.shader_test @@ -95,4 +95,4 @@ float4 main(data input) : sv_target [test] todo(sm<6) draw 3 control point patch list 3 -probe (0, 0, 640, 480) rgba (0.0, 1.0, 0.0, 1.0) +todo(mvk) probe (0, 0, 640, 480) rgba(0.0, 1.0, 0.0, 1.0)