Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ Uninitialize
Function
Uninitialize
Apps/Playground/Win32/App.cpp:79–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void Uninitialize()
80
{
81
inputBuffer.reset();
82
83
if (runtime)
84
{
85
runtime.reset();
86
Babylon::Plugins::NativeEngine::DeinitializeGraphics();
87
}
88
}
89
90
void RefreshBabylon(HWND hWnd)
91
{
Callers
3
RefreshBabylon
Function · 0.70
WndProc
Function · 0.70
RestartRuntime
Method · 0.50
Calls
1
DeinitializeGraphics
Function · 0.85
Tested by
no test coverage detected