pub unsafe extern "C" fn cudaDestroyTextureObject(
texObject: u64,
) -> cudaError
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