次の方法で共有


RenderScriptGL.BindRootScript(Script) Method

Definition

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.

Java documentation for android.renderscript.RenderScriptGL.bindRootScript(android.renderscript.Script).

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.

Applies to