Changeset 95102 in vbox
- Timestamp:
- May 25, 2022 2:23:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp
r95091 r95102 7359 7359 Assert(pView->u.pView == NULL); 7360 7360 7361 if ( pSurface->pBackendSurface != NULL7362 && pDXContext->cid != pSurface->idAssociatedContext)7363 {7364 /* Supposed to be per context. Sometimes the guest reuses the texture in another context. */7365 vmsvga3dBackSurfaceDestroy(pThisCC, pSurface);7366 }7367 7368 7361 if (pSurface->pBackendSurface == NULL) 7369 7362 {
Note:
See TracChangeset
for help on using the changeset viewer.