Uses of Class
org.bytedeco.cuda.cudart.CUsurfref_st
-
Packages that use CUsurfref_st Package Description org.bytedeco.cuda.global -
-
Uses of CUsurfref_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUsurfref_st Modifier and Type Method Description static intcudart. cuModuleGetSurfRef(CUsurfref_st pSurfRef, CUmod_st hmod, String name)static intcudart. cuModuleGetSurfRef(CUsurfref_st pSurfRef, CUmod_st hmod, BytePointer name)\brief Returns a handle to a surface reference Returns in \p *pSurfRef the handle of the surface reference of name \p name in the module \p hmod.static intcudart. cuSurfRefGetArray(CUarray_st phArray, CUsurfref_st hSurfRef)Deprecated.Returns in \p *phArray the CUDA array bound to the surface reference \p hSurfRef, or returns ::CUDA_ERROR_INVALID_VALUE if the surface reference is not bound to any CUDA array.static intcudart. cuSurfRefSetArray(CUsurfref_st hSurfRef, CUarray_st hArray, int Flags)Deprecated.Sets the CUDA array \p hArray to be read and written by the surface reference \p hSurfRef.
-