pub unsafe extern "C" fn hipMipmappedArrayCreate(
pHandle: *mut hipMipmappedArray_t,
pMipmappedArrayDesc: *mut HIP_ARRAY3D_DESCRIPTOR,
numMipmapLevels: c_uint,
) -> hipError_t
Expand description
@brief Create a mipmapped array.
@param [out] pHandle pointer to mipmapped array @param [in] pMipmappedArrayDesc mipmapped array descriptor @param [in] numMipmapLevels mipmap level
@returns #hipSuccess, #hipErrorNotSupported, #hipErrorInvalidValue
@note This API is implemented on Windows, under development on Linux.