hipTexRefGetMipMappedArray

Function hipTexRefGetMipMappedArray 

Source
pub unsafe extern "C" fn hipTexRefGetMipMappedArray(
    pArray: *mut hipMipmappedArray_t,
    texRef: *const textureReference,
) -> hipError_t
Expand description

@brief Gets the mipmapped array bound to a texture reference [Deprecated]

@param [out] pArray Pointer of the mipmapped array. @param [in] texRef Pointer of texture reference.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.