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

Function DeleteContext

engine/graphics/src/graphics.cpp:1753–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1751 }
1752
1753 void DeleteContext(HContext context)
1754 {
1755 g_functions.m_DeleteContext(context);
1756 }
1757
1758 bool InstallAdapter(AdapterFamily family)
1759 {

Callers 6

DX12NewContextFunction · 0.50
NullNewContextFunction · 0.50
OpenGLNewContextFunction · 0.50
TearDownMethod · 0.50
EngineDestroyFunction · 0.50
WebGPUNewContextFunction · 0.50

Calls

no outgoing calls

Tested by 2

TearDownMethod · 0.40
EngineDestroyFunction · 0.40