Changeset 95158 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jun 1, 2022 11:00:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/Svga.cpp
r95086 r95158 1536 1536 Assert(Status == STATUS_SUCCESS); 1537 1537 SvgaCommit(pSvga, cbSubmit); 1538 SvgaFlush(pSvga); 1538 1539 } 1539 1540 else … … 1596 1597 Assert(Status == STATUS_SUCCESS); 1597 1598 SvgaCommit(pSvga, cbSubmit); 1599 SvgaFlush(pSvga); 1598 1600 } 1599 1601 else
Note:
See TracChangeset
for help on using the changeset viewer.