Uses of Class
jcuda.driver.CUsurfObject

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

Uses of CUsurfObject in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUsurfObject
static int JCudaDriver.cuSurfObjectCreate(CUsurfObject pSurfObject, CUDA_RESOURCE_DESC pResDesc)
          Creates a surface object.
static int JCudaDriver.cuSurfObjectDestroy(CUsurfObject surfObject)
          Destroys a surface object.
static int JCudaDriver.cuSurfObjectGetResourceDesc(CUDA_RESOURCE_DESC pResDesc, CUsurfObject surfObject)
          Returns a surface object's resource descriptor.