DXGK_PAGETABLEUPDATEADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_PAGETABLEUPDATEADDRESS {
  union {
    PVOID                   CpuVirtual;
    D3DGPU_PHYSICAL_ADDRESS GpuPhysical;
    D3DGPU_VIRTUAL_ADDRESS  GpuVirtual;
  };
} DXGK_PAGETABLEUPDATEADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_pagetableupdateaddress)

_DXGK_PAGETABLEUPDATEADDRESS structure

Description

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.

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.

See also

DXGK_BUILDPAGINGBUFFER_UPDATEPAGETABLE

DxgkDdiBuildPagingBuffer