Changeset 81977 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Nov 19, 2019 7:39:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3d9render.cpp
r79838 r81977 1135 1135 1136 1136 drawTexture(pDevice2, mpTexShared, 50, 50, 200, 200); 1137 HTEST(pDevice2->Present(0, 0, 0, 0)); 1137 1138 } 1138 1139 else 1139 1140 { 1140 1141 drawTexture(pDevice, mpRT, 50, 50, 200, 200); 1142 HTEST(pDevice->Present(0, 0, 0, 0)); 1141 1143 } 1142 1143 HTEST(pDevice->Present(0, 0, 0, 0));1144 1144 1145 1145 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.