MCPcopy Create free account
hub / github.com/defold/defold / Finalize

Function Finalize

engine/graphics/src/graphics.cpp:1820–1824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1818 }
1819
1820 void Finalize()
1821 {
1822 if (g_functions.m_Finalize)
1823 g_functions.m_Finalize();
1824 }
1825
1826 ///////////////////////////////////////////////////
1827 ////// PLATFORM / WINDOWS SPECIFIC FUNCTIONS //////

Callers 4

TearDownMethod · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
EngineDestroyFunction · 0.50

Calls

no outgoing calls

Tested by 4

TearDownMethod · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
EngineDestroyFunction · 0.40