Changeset 81632 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/common
- Timestamp:
- Nov 3, 2019 3:49:20 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134389
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h
r80488 r81632 36 36 37 37 /* One would increase this whenever definitions in this file are changed */ 38 #define VBOXVIDEOIF_VERSION 2 138 #define VBOXVIDEOIF_VERSION 22 39 39 40 40 /** @todo VBOXVIDEO_HWTYPE probably needs to be in VBoxVideo.h */ … … 569 569 #endif /* VBOX_WITH_MESA3D */ 570 570 571 #define VBOXWDDM_QAI_CAP_3D 0x00000001 /* 3D is enabled in the VM settings. */ 572 571 573 /* D3DDDICB_QUERYADAPTERINFO::pPrivateDriverData */ 572 574 typedef struct VBOXWDDM_QAI … … 575 577 uint32_t u32Reserved; /* Must be 0. */ 576 578 VBOXVIDEO_HWTYPE enmHwType; /* Hardware type. Determines what kind of data is returned. */ 579 uint32_t u32AdapterCaps; /* VBOXWDDM_QAI_CAP_* */ 577 580 uint32_t cInfos; /* Number of initialized elements in aInfos (equal to number of guest 578 581 * displays). 0 if VBOX_WITH_VIDEOHWACCEL is not defined. */
Note:
See TracChangeset
for help on using the changeset viewer.