pub unsafe extern "C" fn hipGraphicsUnmapResources(
count: c_int,
resources: *mut hipGraphicsResource_t,
stream: hipStream_t,
) -> hipError_t
Expand description
@brief Unmaps graphics resources.
@param [in] count - Number of resources to unmap. @param [in] resources - Pointer of resources to unmap. @param [in] stream - Stream for synchronization.
@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorUnknown, #hipErrorContextIsDestroyed