From 5782970ad891c96b491b5e336eede8223d923c96 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 11 Mar 2024 10:22:59 -0700 Subject: [PATCH] go back to vulkan default --- 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() {