MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / ThreadCleanUp

Method ThreadCleanUp

olcPixelGameEngine.h:7318–7322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7316 }
7317
7318 virtual olc::rcode ThreadCleanUp() override
7319 {
7320 renderer->DestroyDevice();
7321 return olc::OK;
7322 }
7323
7324 virtual olc::rcode CreateGraphics(bool bFullScreen, bool bEnableVSYNC, const olc::vi2d& vViewPos, const olc::vi2d& vViewSize) override
7325 {

Callers 2

EngineThreadMethod · 0.45
ExitMainLoopMethod · 0.45

Calls 1

DestroyDeviceMethod · 0.45

Tested by

no test coverage detected