DXGK_PAGETABLEUPDATEADDRESS structure (d3dkmddi.h)
DXGK_PAGETABLEUPDATEADDRESS contains the address of a page table to update. The member containing the address is defined as part of a DxgkDdiBuildPagingBuffer operation in the DXGK_BUILDPAGINGBUFFER_UPDATEPAGETABLE structure.
Syntax
typedef struct _DXGK_PAGETABLEUPDATEADDRESS {
union {
PVOID CpuVirtual;
D3DGPU_PHYSICAL_ADDRESS GpuPhysical;
D3DGPU_VIRTUAL_ADDRESS GpuVirtual;
};
} DXGK_PAGETABLEUPDATEADDRESS;
Members
CpuVirtual
The CPU virtual address of the page table to update.
GpuPhysical
The GPU physical address of the page table to update.
GpuVirtual
The GPU virtual address of the page table to update.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | d3dkmddi.h (include D3dkmddi.h) |