Initializes the XGMemoryLayoutEngine with preallocated system and ESRAM page number arrays.
public:
HRESULT InitializeWithPageArrays(
const ULONG_PTR *pSystemPageList,
UINT32 SystemPageCount,
const UINT32 *pEsramPageList,
UINT32 EsramPageCount
)
pSystemPageList
Type: ULONG_PTR *
[in] The list of system pages.
SystemPageCount
Type: UINT32
The number of system pages.
pEsramPageList
Type: UINT32 *
[in] The list of ESRAM pages.
EsramPageCount
Type: UINT32
The number of ESRAM pages.
Type: HRESULT
S_OK, E_INVALIDARG, or E_OUTOFMEMORY, described in Direct3D 11 return codes.
Header: Declared in xgmemory.h.