Changeset 32823 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Sep 29, 2010 4:50:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r32767 r32823 6543 6543 VBOXDISPPROFILE_DDI_DUMPRESET(pDevice); 6544 6544 PVBOXWDDMDISP_ADAPTER pAdapter = pDevice->pAdapter; 6545 if (VBOXDISPMODE_IS_3D(pAdapter)) 6546 { 6545 6547 // Assert(!pDevice->cScreens); 6546 vboxWddmSwapchainDestroyAll(pDevice); 6547 pDevice->pDevice9If->Release(); 6548 vboxWddmSwapchainDestroyAll(pDevice); 6549 pDevice->pDevice9If->Release(); 6550 } 6548 6551 6549 6552 HRESULT hr = vboxDispCmCtxDestroy(pDevice, &pDevice->DefaultContext);
Note:
See TracChangeset
for help on using the changeset viewer.