Changeset 35121 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Dec 15, 2010 11:09:58 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68955
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r34939 r35121 5687 5687 } 5688 5688 5689 Assert(pRc->hResource);5690 5689 Assert(pRc->hKMResource || VBOXDISPMODE_IS_3D(pAdapter)); 5691 5690 if (pRc->hKMResource) … … 5694 5693 { 5695 5694 D3DDDICB_DEALLOCATE Dealloc; 5695 5696 Assert(pRc->hResource); 5697 5696 5698 Dealloc.hResource = pRc->hResource; 5697 5699 /* according to the docs the below two are ignored in case we set the hResource */
Note:
See TracChangeset
for help on using the changeset viewer.