Uses of Class
jcuda.driver.CUDA_RESOURCE_VIEW_DESC

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

Uses of CUDA_RESOURCE_VIEW_DESC in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUDA_RESOURCE_VIEW_DESC
static int JCudaDriver.cuTexObjectCreate(CUtexObject pTexObject, CUDA_RESOURCE_DESC pResDesc, CUDA_TEXTURE_DESC pTexDesc, CUDA_RESOURCE_VIEW_DESC pResViewDesc)
          Creates a texture object.
static int JCudaDriver.cuTexObjectGetResourceViewDesc(CUDA_RESOURCE_VIEW_DESC pResViewDesc, CUtexObject texObject)
          Returns a texture object's resource view descriptor.