close
The Wayback Machine - https://web.archive.org/web/20161107201245/https://developer.android.com/reference/android/renderscript/ScriptGroup.Binding.html
Skip to content

Most visited

Recently visited

navigation

ScriptGroup.Binding

public static final class ScriptGroup.Binding
extends Object

java.lang.Object
   ↳ android.renderscript.ScriptGroup.Binding


Represents a binding of a value to a global variable in a kernel or invocable function. Used in closure creation.

Summary

Public constructors

ScriptGroup.Binding(Script.FieldID field, Object value)

Returns a Binding object that binds value to field

Inherited methods

BERJAYAFrom class java.lang.Object

Public constructors

ScriptGroup.Binding

Added in API level 23
ScriptGroup.Binding (Script.FieldID field, 
                Object value)

Returns a Binding object that binds value to field

Parameters
field Script.FieldID: the Script.FieldID of the global variable
value Object: the value
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.