Changeset 94881 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaExt.h
- Timestamp:
- May 6, 2022 4:45:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaExt.h
r93115 r94881 110 110 GAFENCEOBJECT *pFO); 111 111 112 /* 113 * Description of DMA buffer content. 114 * These structures are stored in DmaBufferPrivateData. 115 */ 116 typedef struct GARENDERDATA 117 { 118 uint32_t u32DataType; /* GARENDERDATA_TYPE_* */ 119 uint32_t cbData; /* How many bytes. */ 120 GAFENCEOBJECT *pFenceObject; /* User mode fence associated with this command buffer. */ 121 void *pvDmaBuffer; /* Pointer to the DMA buffer. */ 122 GAHWRENDERDATA *pHwRenderData; /* The hardware module private data. */ 123 } GARENDERDATA; 124 125 #define GARENDERDATA_TYPE_RENDER 1 126 #define GARENDERDATA_TYPE_PRESENT 2 127 #define GARENDERDATA_TYPE_PAGING 3 128 #define GARENDERDATA_TYPE_FENCE 4 129 112 130 #endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaExt_h */
Note:
See TracChangeset
for help on using the changeset viewer.