Function rcudnn_sys::cudaDestroySurfaceObject[][src]

pub unsafe extern "C" fn cudaDestroySurfaceObject(
    surfObject: cudaSurfaceObject_t
) -> cudaError_t
Expand description

\brief Destroys a surface object

Destroys the surface object specified by \p surfObject.

\param surfObject - Surface object to destroy

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

\sa ::cudaCreateSurfaceObject, ::cuSurfObjectDestroy