From ea4f1dece5972421f1a3c5e09468450c68e902f8 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sat, 24 May 2025 12:03:05 +0200 Subject: [PATCH] tests/hlsl: Mark a test in entry-point-semantics.shader_test as buggy on MoltenVK with DXIL. It seems that SPIRV-Cross is generating bad MSL code, and Metal rejects it. --- tests/hlsl/entry-point-semantics.shader_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hlsl/entry-point-semantics.shader_test b/tests/hlsl/entry-point-semantics.shader_test index 405e7bc7d..4de4519a6 100644 --- a/tests/hlsl/entry-point-semantics.shader_test +++ b/tests/hlsl/entry-point-semantics.shader_test @@ -96,7 +96,7 @@ float4 main(in apple a) : sv_target [test] draw quad -probe (0, 0) rgba (10.0, 20.0, 30.0, 40.0) +bug(mvk & sm>=6) probe (0, 0) rgba (10.0, 20.0, 30.0, 40.0) % Arrays of matrices get successive indexes.