DXGKARG_RENDER 結構描述從命令緩衝區產生直接記憶體取 (DMA) 緩衝區的成員。 語法 C++複製 typedefstruct_DXGKARG_RENDER{[in]constVOID *pCommand; [in] UINT CommandLength; [out] VOID *pDmaBuffer; [in] UINT DmaSize; [in] VOID *pDmaBufferPrivateData; [in] UINT DmaBufferPrivateDataSize; [in] ...
DXGKARG_RENDER 结构描述用于从命令缓冲区生成直接内存访问 (DMA) 缓冲区的成员。语法C++ 复制 typedef struct _DXGKARG_RENDER { [in] const VOID *pCommand; [in] UINT CommandLength; [out] VOID *pDmaBuffer; [in] UINT DmaSize; [in] VOID *pDmaBufferPrivateData; [in] UINT DmaBufferPrivate...
为支持虚拟寻址的上下文提交 Windows 图形设备接口 (GDI) 命令时,将使用DXGKARG_RENDERGDI结构。 语法 C++ 复制 typedef struct _DXGKARG_RENDERGDI { const VOID *pCommand; UINT CommandLength; VOID *pDmaBuffer; D3DGPU_VIRTUAL_ADDRESS DmaBufferGpuVirtualAddress; UINT DmaSize; VOID *pDmaBufferPrivat...
typedefstruct_DXGKARG_RENDERGDI{constVOID *pCommand; UINT CommandLength; VOID *pDmaBuffer; D3DGPU_VIRTUAL_ADDRESS DmaBufferGpuVirtualAddress; UINT DmaSize; VOID *pDmaBufferPrivateData; UINT DmaBufferPrivateDataSize; DXGK_ALLOCATIONLIST *pAllocationList; UINT AllocationListSize; UINT MultipassOffse...
DXGKARG_RENDERGDI構造体は、仮想アドレス指定をサポートするコンテキストに対して Windows グラフィックス デバイス インターフェイス (GDI) コマンドを送信するときに使用されます。 構文 C++ コピー typedef struct _DXGKARG_RENDERGDI { const VOID *pCommand; UINT CommandLength; V...
The DXGKARG_RENDER structure describes members for generating a direct memory access (DMA) buffer from a command buffer. Members [in] pCommand A pointer to the start of the command buffer. DxgkDdiRenderis called, the display miniport driver must validate the buffer. See Remarks inDxgkDdiRe...