瀏覽代碼

set graphics api to vulkan

Hongtae Kim 8 年之前
父節點
當前提交
a472aecb31
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      TestApp1/TestApp1.cpp

+ 1
- 0
TestApp1/TestApp1.cpp 查看文件

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