Clears page mappings: a shortcut equivalent to calling CopyPageMappingsX with a single page mapping range of D3D12XBOX_PAGE_MAPPING_RANGE_TYPE_NULL_PAGES range type.
public:
HRESULT ClearPageMappingsX(
D3D12_GPU_VIRTUAL_ADDRESS DestinationAddress,
UINT PageCount,
D3D12XBOX_PAGE_MAPPING_FLAGS Flags
)
DestinationAddress
Type: D3D12_GPU_VIRTUAL_ADDRESS
[in] The destination address as a D3D12_GPU_VIRTUAL_ADDRESS (UINT64), and must be 64KB aligned.
PageCount
Type: UINT
[in] The page count.
Flags
Type: D3D12XBOX_PAGE_MAPPING_FLAGS
[in] Flags that specify additional details about how pages are mapped.
Type: HRESULT
One of the Direct3D 12 return codes.
Header: Declared in d3d12_x.h.
Library: Use d3d12_x.lib.