Uses of Class
jcuda.driver.CUmipmappedArray

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

Uses of CUmipmappedArray in jcuda.driver
 

Fields in jcuda.driver declared as CUmipmappedArray
 CUmipmappedArray CUDA_RESOURCE_DESC.mipmap_hMipmappedArray
          CUDA mipmapped array for CUresourcetype.CU_RESOURCE_TYPE_MIPMAPPED_ARRAY
 

Methods in jcuda.driver with parameters of type CUmipmappedArray
static int JCudaDriver.cuGraphicsResourceGetMappedMipmappedArray(CUmipmappedArray pMipmappedArray, CUgraphicsResource resource)
          Get a mipmapped array through which to access a mapped graphics resource.
static int JCudaDriver.cuMipmappedArrayCreate(CUmipmappedArray pHandle, CUDA_ARRAY3D_DESCRIPTOR pMipmappedArrayDesc, int numMipmapLevels)
          Creates a CUDA mipmapped array.
static int JCudaDriver.cuMipmappedArrayDestroy(CUmipmappedArray hMipmappedArray)
          Destroys a CUDA mipmapped array.
static int JCudaDriver.cuMipmappedArrayGetLevel(CUarray pLevelArray, CUmipmappedArray hMipmappedArray, int level)
          Gets a mipmap level of a CUDA mipmapped array.
static int JCudaDriver.cuTexRefGetMipmappedArray(CUmipmappedArray phMipmappedArray, CUtexref hTexRef)
          Gets the mipmapped array bound to a texture reference.
static int JCudaDriver.cuTexRefSetMipmappedArray(CUtexref hTexRef, CUmipmappedArray hMipmappedArray, int Flags)
          Binds a mipmapped array to a texture reference.