D3D12XBOX_PAGE_MAPPING_RANGE Structure

Describes a page mapping range.

Syntax

typedef struct D3D12XBOX_PAGE_MAPPING_RANGE {
    D3D12XBOX_PAGE_MAPPING_RANGE_TYPE RangeType;
    UINT StartPageIndexInPool;
    UINT PageCount;
} D3D12XBOX_PAGE_MAPPING_RANGE;  

Members

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.

Remarks

This structure is used by the CopyPageMappingsX method.

Requirements

Header: Declared in d3d12_x.h.

See also

ClearPageMappingsX