Quellcode durchsuchen

set graphics api to vulkan

Hongtae Kim vor 8 Jahren
Ursprung
Commit
a472aecb31
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      TestApp1/TestApp1.cpp

+ 1
- 0
TestApp1/TestApp1.cpp Datei anzeigen

@@ -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
 }