Changeset 99591 in vbox
- Timestamp:
- May 3, 2023 5:05:35 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-dx11.cpp
r99589 r99591 9553 9553 uint8_t *pu8PlaneDst = pu8Dst; 9554 9554 9555 for (uint32_t y = 0; y < c lipBox.h; ++y)9555 for (uint32_t y = 0; y < cyBlocks; ++y) 9556 9556 { 9557 9557 memmove(pu8PlaneDst, pu8PlaneSrc, cbRow);
Note:
See TracChangeset
for help on using the changeset viewer.