Uses of Class
org.bytedeco.cuda.cudart.ulong4
-
Packages that use ulong4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of ulong4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return ulong4 Modifier and Type Method Description ulong4ulong4. getPointer(long i)ulong4ulong4. position(long position)ulong4ulong4. w(long setter)ulong4ulong4. x(long setter)ulong4ulong4. y(long setter)ulong4ulong4. z(long setter) -
Uses of ulong4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return ulong4 Modifier and Type Method Description static ulong4cudart. make_ulong4(long x, long y, long z, long w)
-