Share via


RenderScriptGL.BindProgramRaster(ProgramRaster) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("bindProgramRaster", "(Landroid/renderscript/ProgramRaster;)V", "GetBindProgramRaster_Landroid_renderscript_ProgramRaster_Handler")]
[System.Obsolete("deprecated")]
public virtual void BindProgramRaster (Android.Renderscripts.ProgramRaster? p);
[<Android.Runtime.Register("bindProgramRaster", "(Landroid/renderscript/ProgramRaster;)V", "GetBindProgramRaster_Landroid_renderscript_ProgramRaster_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member BindProgramRaster : Android.Renderscripts.ProgramRaster -> unit
override this.BindProgramRaster : Android.Renderscripts.ProgramRaster -> unit

Parameters

Attributes

Remarks

This member is deprecated. in API 16 Set the default ProgramRaster object seen as the parent state by the root rendering script.

Java documentation for android.renderscript.RenderScriptGL.bindProgramRaster(android.renderscript.ProgramRaster).

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