DXGK_PTE_PAGE_SIZE enumeration (d3dukmdt.h)

The DXGK_PTE_PAGE_SIZE enumeration is used by DXGK_PTE to indicate the size of lower page level pages.

Syntax

typedef enum _DXGK_PTE_PAGE_SIZE {
  DXGK_PTE_PAGE_TABLE_PAGE_4KB,
  DXGK_PTE_PAGE_TABLE_PAGE_64KB
} DXGK_PTE_PAGE_SIZE;

Constants

 
DXGK_PTE_PAGE_TABLE_PAGE_4KB
Indicates the lower page table level uses 4 KB pages.
DXGK_PTE_PAGE_TABLE_PAGE_64KB
Indicates the lower page table level uses 64 KB pages.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header d3dukmdt.h (include D3dkmddi.h)

See also

DXGK_PTE