Uses of Class
org.bytedeco.cuda.cudart.ushort4
-
Packages that use ushort4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of ushort4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return ushort4 Modifier and Type Method Description ushort4ushort4. getPointer(long i)ushort4ushort4. position(long position)ushort4ushort4. w(short setter)ushort4ushort4. x(short setter)ushort4ushort4. y(short setter)ushort4ushort4. z(short setter) -
Uses of ushort4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return ushort4 Modifier and Type Method Description static ushort4cudart. make_ushort4(short x, short y, short z, short w)
-