Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ DrawingEngineInit
Function
DrawingEngineInit
src/openrct2/drawing/NewDrawing.cpp:54–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void DrawingEngineInit()
55
{
56
auto context = GetContext();
57
if (context != nullptr)
58
{
59
context->InitialiseDrawingEngine();
60
}
61
}
62
63
void DrawingEngineResize()
64
{
Callers
2
CommandLineForScreenshot
Function · 0.85
CreateWindow
Function · 0.85
Calls
2
GetContext
Function · 0.85
InitialiseDrawingEngine
Method · 0.80
Tested by
no test coverage detected