Browse Source

set graphics api to vulkan

Hongtae Kim 8 years ago
parent
commit
a472aecb31
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      TestApp1/TestApp1.cpp

+ 1
- 0
TestApp1/TestApp1.cpp View File

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