Uses of Class
com.aparapi.internal.jni.KernelArgJNI
Packages that use KernelArgJNI
-
Uses of KernelArgJNI in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni with parameters of type KernelArgJNIModifier and TypeMethodDescriptionprotected int
KernelRunnerJNI.setArgsJNI
(long _jniContextHandle, KernelArgJNI[] _args, int argc) -
Uses of KernelArgJNI in com.aparapi.internal.kernel
Subclasses of KernelArgJNI in com.aparapi.internal.kernelModifier and TypeClassDescriptionclass
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
.