Uses of Class
jcuda.runtime.cudaSurfaceObject

Packages that use cudaSurfaceObject
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of cudaSurfaceObject in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type cudaSurfaceObject
static int JCuda.cudaCreateSurfaceObject(cudaSurfaceObject pSurfObject, cudaResourceDesc pResDesc)
          Creates a surface object.
static int JCuda.cudaDestroySurfaceObject(cudaSurfaceObject surfObject)
          Destroys a surface object.
static int JCuda.cudaGetSurfaceObjectResourceDesc(cudaResourceDesc pResDesc, cudaSurfaceObject surfObject)
          Returns a surface object's resource descriptor Returns the resource descriptor for the surface object specified by surfObject.