Explorar el Código

set graphics api to vulkan

Hongtae Kim hace 8 años
padre
commit
a472aecb31
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      TestApp1/TestApp1.cpp

+ 1
- 0
TestApp1/TestApp1.cpp Ver fichero

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