cudaError_t cudaUnbindTexture ( const struct textureReference texref  ) 

Unbinds the texture bound to texref.

Parameters:
texref - Texture to unbind
Returns:
cudaSuccess
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaCreateChannelDesc (C API), cudaGetChannelDesc, cudaGetTextureReference, cudaBindTexture (C API), cudaBindTexture2D (C API), cudaBindTextureToArray (C API), cudaUnbindTexture (C++ API), cudaGetTextureAlignmentOffset (C API)


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA