From b66dc2076815066378df27bd2efe3f3c83a8191f Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 7 Mar 2024 14:25:51 -0800 Subject: [PATCH] change default back to vulkan --- MoonWorks.Test.Common/TestUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MoonWorks.Test.Common/TestUtils.cs b/MoonWorks.Test.Common/TestUtils.cs index 8ffd179..1aba0d3 100644 --- a/MoonWorks.Test.Common/TestUtils.cs +++ b/MoonWorks.Test.Common/TestUtils.cs @@ -5,7 +5,7 @@ namespace MoonWorks.Test public static class TestUtils { // change this to test different backends - public static Backend[] PreferredBackends = [Backend.D3D11]; + public static Backend[] PreferredBackends = [Backend.Vulkan]; public static WindowCreateInfo GetStandardWindowCreateInfo() {