Describes a page mapping range.
typedef struct D3D12XBOX_PAGE_MAPPING_RANGE {
D3D12XBOX_PAGE_MAPPING_RANGE_TYPE RangeType;
UINT StartPageIndexInPool;
UINT PageCount;
} D3D12XBOX_PAGE_MAPPING_RANGE;
RangeType
Range type specified by D3D12XBOX_PAGE_MAPPING_RANGE_TYPE.
StartPageIndexInPool
The index of the first page in the pool for the range.
PageCount
The number of pages in the range.
This structure is used by the CopyPageMappingsX method.
Header: Declared in d3d12_x.h.