Changeset 32767 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Sep 24, 2010 6:30:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r32739 r32767 1432 1432 Assert(cAllocsKm == Buf.SwapchainInfo.SwapchainInfo.cAllocs || !cAllocsKm); 1433 1433 1434 if (cAllocsKm )1434 if (cAllocsKm == Buf.SwapchainInfo.SwapchainInfo.cAllocs) 1435 1435 { 1436 1436 D3DDDICB_ESCAPE DdiEscape = {0};
Note:
See TracChangeset
for help on using the changeset viewer.