D3D12XBOX_PAGE_MAPPING_FLAGS Enumeration

Flags that specify additional details about how pages are to be mapped by methods such as ID3D12CommandQueue::CopyPageMappingsX.

Syntax

typedef enum D3D12XBOX_PAGE_MAPPING_FLAGS
{
    D3D12XBOX_PAGE_MAPPING_FLAG_NONE = 0
} D3D12XBOX_PAGE_MAPPING_FLAGS;  

Constants

Constant Description
D3D12XBOX_PAGE_MAPPING_FLAG_NONE No flags.

Remarks

There are currently no flags defined; parameters of this type in a function signature reserve an argument for future use.

This enumeration is used by the following methods:

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.