Function rcudnn_sys::cudaDestroyTextureObject[][src]

pub unsafe extern "C" fn cudaDestroyTextureObject(
    texObject: cudaTextureObject_t
) -> cudaError_t
Expand description

\brief Destroys a texture object

Destroys the texture object specified by \p texObject.

\param texObject - Texture object to destroy

\return ::cudaSuccess, ::cudaErrorInvalidValue \note_init_rt \note_callback \note_destroy_ub

\sa ::cudaCreateTextureObject, ::cuTexObjectDestroy