为支持虚拟寻址的上下文提交 Windows 图形设备接口 (GDI) 命令时,将使用DXGKARG_RENDERGDI结构。 语法 C++ 复制 typedef struct _DXGKARG_RENDERGDI { const VOID *pCommand; UINT CommandLength; VOID *pDmaBuffer; D3DGPU_VIRTUAL_ADDRESS DmaBufferGpuVirtualAddress; UINT DmaSize; VOID *pDmaBufferPrivat...
提交Windows 圖形裝置介面 (GDI) 命令以支援虛擬尋址的內容時,會使用DXGKARG_RENDERGDI結構。 語法 C++複製 typedefstruct_DXGKARG_RENDERGDI{constVOID *pCommand; UINT CommandLength; VOID *pDmaBuffer; D3DGPU_VIRTUAL_ADDRESS DmaBufferGpuVirtualAddress; UINT DmaSize; VOID *pDmaBufferPrivateData; UINT...
DXGKARG_RENDERGDI構造体は、仮想アドレス指定をサポートするコンテキストに対して Windows グラフィックス デバイス インターフェイス (GDI) コマンドを送信するときに使用されます。 構文 C++ コピー typedef struct _DXGKARG_RENDERGDI { const VOID *pCommand; UINT CommandLength; V...