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() {