From 898bc5c4c82e74b84df9f18bd88a3e2cee994a7e Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sat, 24 May 2025 11:55:29 +0200 Subject: [PATCH] tests/hlsl: Mark a test in sm6-uav-rwtexture.shader_test as todo on MoltenVK. I haven't investigated what's happening. --- tests/hlsl/sm6-uav-rwtexture.shader_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hlsl/sm6-uav-rwtexture.shader_test b/tests/hlsl/sm6-uav-rwtexture.shader_test index 49d5137be..96f9abc36 100644 --- a/tests/hlsl/sm6-uav-rwtexture.shader_test +++ b/tests/hlsl/sm6-uav-rwtexture.shader_test @@ -116,7 +116,7 @@ float4 main() : sv_target1 } [test] -draw quad +todo(mvk) draw quad probe uav 1 (0, 0) rgba (1.1, 1.2, 1.3, 1.4) probe uav 2 (0, 0) rgba (2.1, 2.2, 2.3, 2.4)