hipTexRefSetBorderColor

Function hipTexRefSetBorderColor 

Source
pub unsafe extern "C" fn hipTexRefSetBorderColor(
    texRef: *mut textureReference,
    pBorderColor: *mut f32,
) -> hipError_t
Expand description

@brief Sets border color for a texture reference [Deprecated]

@param [in] texRef Pointer of texture reference. @param [in] pBorderColor Pointer of border color.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.