MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Uninitialize

Function Uninitialize

Apps/ValidationTests/Win32/App.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void Uninitialize()
86 {
87 if (runtime)
88 {
89 runtime.reset();
90 Babylon::Plugins::NativeEngine::DeinitializeGraphics();
91 }
92 }
93
94 void Initialize(HWND hWnd)
95 {

Callers 1

WndProcFunction · 0.70

Calls 1

DeinitializeGraphicsFunction · 0.85

Tested by

no test coverage detected