Changeset 39508 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Dec 2, 2011 9:24:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r39463 r39508 2341 2341 if (pRT->pAlloc->enmD3DIfType != VBOXDISP_D3DIFTYPE_SURFACE) 2342 2342 continue; 2343 BOOL fHasSurf = !!pRT->pAlloc->pRc->aAllocations[ i].pD3DIf;2343 BOOL fHasSurf = !!pRT->pAlloc->pRc->aAllocations[0].pD3DIf; 2344 2344 if (!fForceCreate && !fHasSurf) 2345 2345 continue;
Note:
See TracChangeset
for help on using the changeset viewer.