Class KernelArg

java.lang.Object
com.aparapi.internal.jni.KernelArgJNI
com.aparapi.internal.kernel.KernelArg

public class KernelArg
extends KernelArgJNI
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 a KernelArg.
Author:
gfrost
See Also:
Kernel.execute(int _globalSize)