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)
           
static int JCuda.cudaDestroySurfaceObject(cudaSurfaceObject surfObject)
           
static int JCuda.cudaGetSurfaceObjectResourceDesc(cudaResourceDesc pResDesc, cudaSurfaceObject surfObject)