| java.lang.Object | |
| ↳ | android.support.v8.renderscript.ScriptGroup.Binding |
Represents a binding of a value to a global variable in a kernel or invocable function. Used in closure creation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a Binding object that binds value to field
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the field ID
| |||||||||||
Returns the value
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a Binding object that binds value to field
| field | the Script.FieldID of the global variable |
|---|---|
| value | the value |