go back to vulkan default

refresh2
cosmonaut 2024-03-11 10:22:59 -07:00
parent 39daf3cad4
commit 5782970ad8
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()
{