Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ CreateGraphicsEngine
Method
CreateGraphicsEngine
engine/Poseidon/Core/Application.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
{
88
// Default: headless dummy engine (server, tools)
89
return CreateEngineDummy();
90
}
91
92
void AppPause(bool f)
93
{
94
if (f)
95
{
96
GApp->m_appPaused = true;
Callers
1
CreateEngineWithParams
Function · 0.45
Calls
1
CreateEngineDummy
Function · 0.85
Tested by
no test coverage detected