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 |
Library | DirectML.lib |
DLL | DirectML.dll |