go back to vulkan default
parent
39daf3cad4
commit
5782970ad8
|
@ -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