MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / CleanupDeviceD3D

Function CleanupDeviceD3D

source/ui/mainui.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void CleanupDeviceD3D()
58{
59 if (g_pd3dDevice) { g_pd3dDevice->Release(); g_pd3dDevice = nullptr; }
60 if (g_pD3D) { g_pD3D->Release(); g_pD3D = nullptr; }
61}
62
63void ResetDevice()
64{

Callers 2

uiShutdownFunction · 0.70
uiShowFunction · 0.70

Calls 1

ReleaseMethod · 0.80

Tested by

no test coverage detected