Surface Reference Management
- Provided by: nvidia-cuda-dev (Version: 7.5.18-0ubuntu1)
- Source: nvidia-cuda-toolkit
- Report a bug
\brief surface reference management functions of the CUDA runtime API (cuda_runtime_api.h)
This section describes the low level surface reference management functions of the CUDA runtime application programming interface.
Some functions have overloaded C++ API template versions documented separately in the C++ API Routines module.
Binds the CUDA array array to the surface reference surfref. desc describes how the memory is interpreted when fetching values from the surface. Any CUDA array previously bound to surfref is unbound.
Parameters:
Returns:
Note:
See also:
Returns in *surfref the structure associated to the surface reference defined by symbol symbol.
Parameters:
Returns:
Note:
Use of a string naming a variable as the symbol parameter was removed in CUDA 5.0.
See also:
Generated automatically by Doxygen from the source code.