Uses of Class
org.bytedeco.cuda.cudart.uint4
-
Packages that use uint4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of uint4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return uint4 Modifier and Type Method Description uint4uint4. getPointer(long i)uint4uint4. position(long position)uint4uint4. w(int setter)uint4uint4. x(int setter)uint4uint4. y(int setter)uint4uint4. z(int setter) -
Uses of uint4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return uint4 Modifier and Type Method Description static uint4cudart. make_uint4(int x, int y, int z, int w)
-