Function cuTexRefDestroy

Source
pub unsafe extern "C" fn cuTexRefDestroy(
    hTexRef: CUtexref,
) -> CUresult
Expand description

\brief Destroys a texture reference

\deprecated

Destroys the texture reference specified by \p hTexRef.

\param hTexRef - Texture reference to destroy

\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_CONTEXT, ::CUDA_ERROR_INVALID_VALUE

\sa ::cuTexRefCreate