change default back to vulkan
parent
b283df5d6b
commit
b66dc20768
|
@ -5,7 +5,7 @@ namespace MoonWorks.Test
|
||||||
public static class TestUtils
|
public static class TestUtils
|
||||||
{
|
{
|
||||||
// change this to test different backends
|
// change this to test different backends
|
||||||
public static Backend[] PreferredBackends = [Backend.D3D11];
|
public static Backend[] PreferredBackends = [Backend.Vulkan];
|
||||||
|
|
||||||
public static WindowCreateInfo GetStandardWindowCreateInfo()
|
public static WindowCreateInfo GetStandardWindowCreateInfo()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue