pub unsafe extern "C" fn hipFreeMipmappedArray(
mipmappedArray: hipMipmappedArray_t,
) -> hipError_t
Expand description
@brief Frees a mipmapped array on the device.
@param[in] mipmappedArray - Pointer to mipmapped array to free
@return #hipSuccess, #hipErrorInvalidValue
@note This API is implemented on Windows, under development on Linux.