pub unsafe extern "C" fn hipTexRefGetBorderColor(
pBorderColor: *mut f32,
texRef: *const textureReference,
) -> hipError_t
Expand description
@brief Gets the border color used by a texture reference.
@param [out] pBorderColor Returned Type and Value of RGBA color. @param [in] texRef Texture reference.
@returns #hipSuccess, #hipErrorInvalidValue @warning This API is deprecated.