MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Make

Method Make

src/render/rd_app.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 static FpsStat timer_fps;
63
64 std::shared_ptr<RdApplication> RdApplication::Make(const AppParams& args) {
65 // By OS
66 // Windows
67 return std::make_shared<WinApplication>(args);
68 // Linux
69 }
70
71 RdApplication::RdApplication(const AppParams& args) {
72 auto settings = RdSettings::Instance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected