Uses of Class
org.bytedeco.cuda.cudart.CUDA_RESOURCE_DESC
-
Packages that use CUDA_RESOURCE_DESC Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_RESOURCE_DESC in org.bytedeco.cuda.cudart
-
Uses of CUDA_RESOURCE_DESC in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_RESOURCE_DESC Modifier and Type Method Description static intcudart. cuSurfObjectCreate(long[] pSurfObject, CUDA_RESOURCE_DESC pResDesc)static intcudart. cuSurfObjectCreate(LongBuffer pSurfObject, CUDA_RESOURCE_DESC pResDesc)static intcudart. cuSurfObjectCreate(LongPointer pSurfObject, CUDA_RESOURCE_DESC pResDesc)\brief Creates a surface object Creates a surface object and returns it in \p pSurfObject.static intcudart. cuSurfObjectGetResourceDesc(CUDA_RESOURCE_DESC pResDesc, long surfObject)\brief Returns a surface object's resource descriptor Returns the resource descriptor for the surface object specified by \p surfObject.static intcudart. cuTexObjectCreate(long[] pTexObject, CUDA_RESOURCE_DESC pResDesc, CUDA_TEXTURE_DESC pTexDesc, CUDA_RESOURCE_VIEW_DESC pResViewDesc)static intcudart. cuTexObjectCreate(LongBuffer pTexObject, CUDA_RESOURCE_DESC pResDesc, CUDA_TEXTURE_DESC pTexDesc, CUDA_RESOURCE_VIEW_DESC pResViewDesc)static intcudart. cuTexObjectCreate(LongPointer pTexObject, CUDA_RESOURCE_DESC pResDesc, CUDA_TEXTURE_DESC pTexDesc, CUDA_RESOURCE_VIEW_DESC pResViewDesc)\brief Creates a texture object Creates a texture object and returns it in \p pTexObject.static intcudart. cuTexObjectGetResourceDesc(CUDA_RESOURCE_DESC pResDesc, long texObject)\brief Returns a texture object's resource descriptor Returns the resource descriptor for the texture object specified by \p texObject.
-