Uses of Class
org.bytedeco.cuda.cudart.surfaceReference
-
Packages that use surfaceReference Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of surfaceReference in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return surfaceReference Modifier and Type Method Description surfaceReferencesurfaceReference. channelDesc(cudaChannelFormatDesc setter)surfaceReferencesurfaceReference. getPointer(long i)surfaceReferencesurfaceReference. position(long position) -
Uses of surfaceReference in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type surfaceReference Modifier and Type Method Description static intcudart. cudaBindSurfaceToArray(surfaceReference surfref, cudaArray array, cudaChannelFormatDesc desc)Deprecated.Binds the CUDA array \p array to the surface reference \p surfref.static intcudart. cudaGetSurfaceReference(surfaceReference surfref, Pointer symbol)
-