Uses of Class
org.bytedeco.cuda.cudart.ulong3
-
Packages that use ulong3 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of ulong3 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return ulong3 Modifier and Type Method Description ulong3ulong3. getPointer(long i)ulong3ulong3. position(long position)ulong3ulong3. x(long setter)ulong3ulong3. y(long setter)ulong3ulong3. z(long setter) -
Uses of ulong3 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return ulong3 Modifier and Type Method Description static ulong3cudart. make_ulong3(long x, long y, long z)
-