RenderScriptGL.BindRootScript(Script) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
This member is deprecated.
[Android.Runtime.Register("bindRootScript", "(Landroid/renderscript/Script;)V", "GetBindRootScript_Landroid_renderscript_Script_Handler")]
[System.Obsolete("deprecated")]
public virtual void BindRootScript (Android.Renderscripts.Script? s);
[<Android.Runtime.Register("bindRootScript", "(Landroid/renderscript/Script;)V", "GetBindRootScript_Landroid_renderscript_Script_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member BindRootScript : Android.Renderscripts.Script -> unit
override this.BindRootScript : Android.Renderscripts.Script -> unit
Parameters
- s
- Script
Graphics script to process rendering requests.
- Attributes
Remarks
This member is deprecated. in API 16 Set the script to handle calls to render the primary surface.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.