MCPcopy 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

RefreshBabylonFunction · 0.70
WndProcFunction · 0.70
RestartRuntimeMethod · 0.50

Calls 1

DeinitializeGraphicsFunction · 0.85

Tested by

no test coverage detected