Changeset 32148 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Aug 31, 2010 1:49:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r32127 r32148 1182 1182 vboxWddmDbgRenderTargetUpdateCheckSurface(pDevice, pAlloc, ~0UL /* <- for the frontbuffer */); 1183 1183 #else 1184 Assert( pAlloc->pD3DIf == NULL);1184 Assert((!pAlloc->pD3DIf) == (pRc->cAllocations > 1)); 1185 1185 #endif 1186 1186 … … 1190 1190 if (iNewRTFB == i) 1191 1191 { 1192 Assert( !pAlloc->pD3DIf);1192 Assert((!pAlloc->pD3DIf) == (pRc->cAllocations > 1)); 1193 1193 } 1194 1194
Note:
See TracChangeset
for help on using the changeset viewer.