cubecl_hip_sys

Function hipUnbindTexture

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

@brief Unbinds a texture.

@param [in] tex Texture to unbind.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.