IDMLDevice::Evict 方法 (directml.h)
從 GPU 記憶體收回一或多個可分頁物件。 另請參閱 IDMLDevice::MakeResident。
語法
HRESULT Evict(
UINT count,
[in] IDMLPageable * const *ppObjects
);
參數
count
類型: UINT
此參數會決定 在 ppObjects 參數中傳遞之陣列中的元素數目。
[in] ppObjects
類型: IDMLPageable*
IDMLPageable 指標常數數位的指標,其中包含要從 GPU 記憶體收回的可分頁物件。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | directml.h |
程式庫 | DirectML.lib |
Dll | DirectML.dll |