cubecl_hip_sys

Function hipMipmappedArrayGetLevel

Source
pub unsafe extern "C" fn hipMipmappedArrayGetLevel(
    pLevelArray: *mut hipArray_t,
    hMipMappedArray: hipMipmappedArray_t,
    level: c_uint,
) -> hipError_t
Expand description

@brief Get a mipmapped array on a mipmapped level.

@param [in] pLevelArray Pointer of array @param [out] hMipMappedArray Pointer of mipmapped array on the requested mipmap level @param [out] level Mipmap level

@returns #hipSuccess, #hipErrorInvalidValue

@note This API is implemented on Windows, under development on Linux.