hipUnbindTexture

Function hipUnbindTexture 

Source
pub unsafe extern "C" fn hipUnbindTexture(
    tex: *const textureReference,
) -> hipError_t
Expand description

@brief Unbinds a texture [Deprecated]

@param [in] tex Texture to unbind.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.