Flags that specify additional details about how pages are to be mapped by methods such as ID3D12CommandQueue::CopyPageMappingsX.
typedef enum D3D12XBOX_PAGE_MAPPING_FLAGS
{
D3D12XBOX_PAGE_MAPPING_FLAG_NONE = 0
} D3D12XBOX_PAGE_MAPPING_FLAGS;
| Constant | Description |
|---|---|
| D3D12XBOX_PAGE_MAPPING_FLAG_NONE | No flags. |
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:
Header: Declared in d3d12_x.h.
Library: Use d3d12_x.lib.