Uses of Class
org.bytedeco.cuda.cudart.uint3
-
Packages that use uint3 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of uint3 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return uint3 Modifier and Type Method Description uint3dim3. asUint3()uint3uint3. getPointer(long i)uint3uint3. position(long position)uint3uint3. x(int setter)uint3uint3. y(int setter)uint3uint3. z(int setter)Constructors in org.bytedeco.cuda.cudart with parameters of type uint3 Constructor Description dim3(uint3 v) -
Uses of uint3 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return uint3 Modifier and Type Method Description static uint3cudart. make_uint3(int x, int y, int z)
-