Description Usage Arguments Value References See Also
Returns the handle of the texture reference of name name
in the module hmod. If no texture reference of that name exists,
cuModuleGetTexRef() returns CUDA_ERROR_NOT_FOUND. This texture reference
handle should not be destroyed, since it will be destroyed when the module
is unloaded.
1 | cuModuleGetTexRef(hmod, name)
|
hmod |
Module to retrieve texture reference from |
name |
Name of texture reference to retrieve |
pTexRef
http://docs.nvidia.com/cuda/cuda-driver-api/index.html
cuModuleGetFunction
cuModuleGetGlobal
cuModuleGetSurfRef
cuModuleLoad
cuModuleLoadData
cuModuleLoadDataEx
cuModuleLoadFatBinary
cuModuleUnload
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.