Changeset 70052 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h
- Timestamp:
- Dec 10, 2017 10:10:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h
r70051 r70052 56 56 } 57 57 58 return vboxD3DIfCreateSharedPrimary(pAlloc); 58 Assert(pAlloc->pRc->pDevice->pfnCreateSharedPrimary); 59 return pAlloc->pRc->pDevice->pfnCreateSharedPrimary(pAlloc); 59 60 } 60 61 … … 130 131 #endif 131 132 133 Assert(pDevice->pfnCreateDirect3DDevice); 132 134 HRESULT hr = pDevice->pfnCreateDirect3DDevice(pDevice); 133 135 Assert(hr == S_OK); NOREF(hr);
Note:
See TracChangeset
for help on using the changeset viewer.