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

Method ThreadCleanUp

olcPixelGameEngine.h:7659–7662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7657 }
7658
7659 virtual olc::rcode ThreadCleanUp() override
7660 {
7661 renderer->DestroyDevice(); return olc::OK;
7662 }
7663
7664 virtual olc::rcode CreateGraphics(bool bFullScreen, bool bEnableVSYNC, const olc::vi2d& vViewPos, const olc::vi2d& vViewSize) override
7665 {

Callers

nothing calls this directly

Calls 1

DestroyDeviceMethod · 0.45

Tested by

no test coverage detected