Uses of Class
org.bytedeco.cuda.cudart.CUuuid
-
Packages that use CUuuid Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUuuid in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUuuid Modifier and Type Method Description CUuuidCUuuid. bytes(int i, byte setter)CUuuidCUuuid. getPointer(long i)CUuuidCUuuid. position(long position) -
Uses of CUuuid in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUuuid Modifier and Type Method Description static intcudart. cuDeviceGetUuid(CUuuid uuid, int dev)\brief Return an UUID for the device Returns 16-octets identifing the device \p dev in the structure pointed by the \p uuid.static intcudart. cuGetExportTable(PointerPointer ppExportTable, CUuuid pExportTableId)\}static intcudart. cuGetExportTable(Pointer ppExportTable, CUuuid pExportTableId)
-