pub unsafe extern "C" fn hipGetMipmappedArrayLevel(
levelArray: *mut hipArray_t,
mipmappedArray: hipMipmappedArray_const_t,
level: c_uint,
) -> hipError_t
Expand description
@brief Gets a mipmap level of a HIP mipmapped array.
@param[out] levelArray - Returned mipmap level HIP array @param[in] mipmappedArray - HIP mipmapped array @param[in] level - Mipmap level
@return #hipSuccess, #hipErrorInvalidValue
@note This API is implemented on Windows, under development on Linux.