Uses of Class
com.aparapi.internal.jni.KernelArgJNI
-
Packages that use KernelArgJNI Package Description com.aparapi.internal.jni com.aparapi.internal.kernel -
-
Uses of KernelArgJNI in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni with parameters of type KernelArgJNI Modifier and Type Method Description protected int
KernelRunnerJNI. setArgsJNI(long _jniContextHandle, KernelArgJNI[] _args, int argc)
-
Uses of KernelArgJNI in com.aparapi.internal.kernel
Subclasses of KernelArgJNI in com.aparapi.internal.kernel Modifier and Type Class Description class
KernelArg
Each field (or captured field in the case of an anonymous inner class) referenced by any bytecode reachable from the users Kernel.run(), will need to be represented as aKernelArg
.
-