Changeset 81978 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
- Timestamp:
- Nov 19, 2019 8:07:05 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134776
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r81903 r81978 2494 2494 AssertRC(rc); 2495 2495 2496 Log4(("Buffer content (updated at [0x%x;0x%x):\n%.*Rhxd\n", offHst, offHst + cbWidth, pMipLevel->cbSurface, pMipLevel->pSurfaceData));2496 Log4(("Buffer updated at [0x%x;0x%x):\n%.*Rhxd\n", offHst, offHst + cbWidth, cbWidth, (uint8_t *)pMipLevel->pSurfaceData + offHst)); 2497 2497 2498 2498 /* 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.