Uses of Class
jcuda.driver.CUsurfref

Packages that use CUsurfref
jcuda.driver Contains the classes related to the JCuda driver API. 
 

Uses of CUsurfref in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUsurfref
static int JCudaDriver.cuModuleGetSurfRef(CUsurfref pSurfRef, CUmodule hmod, java.lang.String name)
          Returns a handle to a surface reference.
static int JCudaDriver.cuSurfRefGetArray(CUarray phArray, CUsurfref hSurfRef)
          Passes back the CUDA array bound to a surface reference.
static int JCudaDriver.cuSurfRefSetArray(CUsurfref hSurfRef, CUarray hArray, int Flags)
          Sets the CUDA array for a surface reference.