Uses of Class
org.bytedeco.cuda.cudart.uint2
-
Packages that use uint2 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of uint2 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return uint2 Modifier and Type Method Description uint2uint2. getPointer(long i)uint2uint2. position(long position)uint2uint2. x(int setter)uint2uint2. y(int setter) -
Uses of uint2 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return uint2 Modifier and Type Method Description static uint2cudart. make_uint2(int x, int y)
-