Ver código fonte

set graphics api to vulkan

Hongtae Kim 9 anos atrás
pai
commit
a472aecb31
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      TestApp1/TestApp1.cpp

+ 1
- 0
TestApp1/TestApp1.cpp Ver arquivo

66
 {
66
 {
67
 	TestApp1 app;
67
 	TestApp1 app;
68
 	DKPropertySet::SystemConfig().SetValue("AppDelegate", "AppDelegate");
68
 	DKPropertySet::SystemConfig().SetValue("AppDelegate", "AppDelegate");
69
+	DKPropertySet::SystemConfig().SetValue("GraphicsAPI", "Vulkan");
69
 	return app.Run();
70
 	return app.Run();
70
 }
71
 }