Changeset 73195 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 18, 2018 8:21:20 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123798
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r73194 r73195 2366 2366 AssertRC(rc); 2367 2367 2368 Log4(("Buffer first line:\n%.*Rhxd\n", cbWidth, (uint8_t *)pMipLevel->pSurfaceData + uHostOffset));2368 Log4(("Buffer first line:\n%.*Rhxd\n", cbWidth, (uint8_t *)pMipLevel->pSurfaceData + offHst)); 2369 2369 2370 2370 /* Do not bother to copy the data to the D3D resource now. vmsvga3dDrawPrimitives will do that.
Note:
See TracChangeset
for help on using the changeset viewer.