Texture Reference Management [DEPRECATED]
- Provided by: nvidia-cuda-dev (Version: 7.5.18-0ubuntu1)
- Source: nvidia-cuda-toolkit
- Report a bug
\brief deprecated texture reference management functions of the low-level CUDA driver API (cuda.h)
This section describes the deprecated texture reference management functions of the low-level CUDA driver application programming interface.
Deprecated
Creates a texture reference and returns its handle in *pTexRef. Once created, the application must call cuTexRefSetArray() or cuTexRefSetAddress() to associate the reference with allocated memory. Other texture reference functions are used to specify the format and interpretation (addressing, filtering, etc.) to be used when the memory is read through this texture reference.
Parameters:
Returns:
See also:
Deprecated
Destroys the texture reference specified by hTexRef.
Parameters:
Returns:
See also:
Generated automatically by Doxygen from the source code.