MCPcopy 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
54void DrawingEngineInit()
55{
56 auto context = GetContext();
57 if (context != nullptr)
58 {
59 context->InitialiseDrawingEngine();
60 }
61}
62
63void DrawingEngineResize()
64{

Callers 2

CommandLineForScreenshotFunction · 0.85
CreateWindowFunction · 0.85

Calls 2

GetContextFunction · 0.85

Tested by

no test coverage detected