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

Method ThreadCleanUp

olcPixelGameEngine.h:7028–7032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7026 }
7027
7028 virtual olc::rcode ThreadCleanUp() override
7029 {
7030 renderer->DestroyDevice();
7031 return olc::OK;
7032 }
7033
7034 virtual olc::rcode CreateGraphics(bool bFullScreen, bool bEnableVSYNC, const olc::vi2d& vViewPos, const olc::vi2d& vViewSize) override
7035 {

Callers

nothing calls this directly

Calls 1

DestroyDeviceMethod · 0.45

Tested by

no test coverage detected