pub unsafe extern "C" fn hipGetMipmappedArrayLevel(
    levelArray: *mut *mut hipArray,
    mipmappedArray: *const hipMipmappedArray,
    level: u32
) -> 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