|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cudaResourceDesc | |
---|---|
jcuda.runtime | Contains the classes related to the JCuda runtime API. |
Uses of cudaResourceDesc in jcuda.runtime |
---|
Methods in jcuda.runtime with parameters of type cudaResourceDesc | |
---|---|
static int |
JCuda.cudaCreateSurfaceObject(cudaSurfaceObject pSurfObject,
cudaResourceDesc pResDesc)
Creates a surface object. |
static int |
JCuda.cudaCreateTextureObject(cudaTextureObject pTexObject,
cudaResourceDesc pResDesc,
cudaTextureDesc pTexDesc,
cudaResourceViewDesc pResViewDesc)
Creates a texture 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. |
static int |
JCuda.cudaGetTextureObjectResourceDesc(cudaResourceDesc pResDesc,
cudaTextureObject texObject)
Returns a texture object's resource descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |