Function hip_runtime_sys::hipGetMipmappedArrayLevel
source · pub unsafe extern "C" fn hipGetMipmappedArrayLevel(
levelArray: *mut hipArray_t,
mipmappedArray: hipMipmappedArray_const_t,
level: c_uint
) -> hipError_tExpand 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