| java.lang.Object | ||
| ↳ | android.support.v8.renderscript.BaseObj | |
| ↳ | android.support.v8.renderscript.ScriptGroup.Closure | |
An opaque class for closures
A closure represents a function call to a kernel or invocable function,
combined with arguments and values for global variables. A closure is
created using the addKernel(Script.KernelID, Type, Object...) or
addInvoke(Script.InvokeID, Object...)
method.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the future for a global variable
| |||||||||||
Returns the future for the return value
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v8.renderscript.BaseObj
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns the future for a global variable
| field | the field ID for the global variable |
|---|