Changeset 60016 in vbox
- Timestamp:
- Mar 14, 2016 10:14:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r57790 r60016 4648 4648 /* Store for vm state save/restore. */ 4649 4649 pContext->state.aClipPlane[index].fValid = true; 4650 memcpy(pContext->state.aClipPlane[index].plane, plane, sizeof(p lane));4650 memcpy(pContext->state.aClipPlane[index].plane, plane, sizeof(pContext->state.aClipPlane[index].plane)); 4651 4651 4652 4652 hr = pContext->pDevice->SetClipPlane(index, plane);
Note:
See TracChangeset
for help on using the changeset viewer.