change default back to vulkan

refresh2
cosmonaut 2024-03-07 14:25:51 -08:00
parent b283df5d6b
commit b66dc20768
1 changed files with 1 additions and 1 deletions

View File

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