Changeset 85156 in vbox
- Timestamp:
- Jul 9, 2020 5:29:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r85153 r85156 2016 2016 &pSurface->bounce.pTexture, 2017 2017 NULL); 2018 AssertMsgReturnStmt(hr == D3D_OK, 2019 ("CreateTexture (systemmem) failed with %x\n", hr), 2020 D3D_RELEASE(pSurface->u.pTexture), 2021 VERR_INTERNAL_ERROR); 2018 2019 AssertMsgReturn(hr == D3D_OK, ("CreateTexture (systemmem) failed with %x\n", hr), VERR_INTERNAL_ERROR); 2022 2020 2023 2021 if (pSurface->formatD3D != pSurface->d3dfmtRequested)
Note:
See TracChangeset
for help on using the changeset viewer.