Changeset 50754 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.h
- Timestamp:
- Mar 12, 2014 5:43:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.h
r49591 r50754 77 77 * read it. */ 78 78 bool fHwBufferOverflow; 79 /* VBVA operation used to enable/disable VBVA */80 uint16_t u16EnableOp;81 79 /* the window between indexRecordFirstUncompleted and pVBVA->::indexRecordFirst represents 82 80 * command records processed by the host, but not completed by the guest yet */ … … 150 148 uint32_t cbBuffer, 151 149 PFNVBVAEXBUFFERFLUSH pfnFlush, 152 void *pvFlush, 153 uint16_t u16EnableOp); 150 void *pvFlush); 154 151 155 152 DECLINLINE(uint32_t) VBoxVBVAExGetSize(PVBVAEXBUFFERCONTEXT pCtx)
Note:
See TracChangeset
for help on using the changeset viewer.