@@ -66,5 +66,6 @@ int main(int argc, const char * argv[])
{
TestApp1 app;
DKPropertySet::SystemConfig().SetValue("AppDelegate", "AppDelegate");
+ DKPropertySet::SystemConfig().SetValue("GraphicsAPI", "Vulkan");
return app.Run();
}