Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ PlatformFinalize
Function
PlatformFinalize
engine/engine/src/engine.cpp:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
#if !(defined(DM_PLATFORM_VENDOR))
111
bool PlatformInitialize() { return true; }
112
void PlatformFinalize() {}
113
#endif
114
115
using namespace dmVMath;
Callers
1
dmEngineFinalize
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected