Changeset 56974 in vbox for trunk/src/VBox
- Timestamp:
- Jul 17, 2015 10:13:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r56264 r56974 4769 4769 VBOXDISPCRHGSMI_SCOPE_SET_DEV(pDevice); 4770 4770 HRESULT hr = S_OK; 4771 if (VBOXDISPMODE_IS_3D(pDevice->pAdapter)) 4771 if ( VBOXDISPMODE_IS_3D(pDevice->pAdapter) 4772 && pDevice->pDevice9If) /* Windows 10 can call the Flush when pDevice9If is not yet initialized. */ 4772 4773 { 4773 4774
Note:
See TracChangeset
for help on using the changeset viewer.