ProgramVertexFixedFunction.BindConstants Method

Definition

Caution

deprecated

[Android.Runtime.Register("bindConstants", "(Landroid/renderscript/ProgramVertexFixedFunction$Constants;)V", "GetBindConstants_Landroid_renderscript_ProgramVertexFixedFunction_Constants_Handler")]
[System.Obsolete("deprecated")]
public virtual void BindConstants (Android.Renderscripts.ProgramVertexFixedFunction.Constants? va);
[<Android.Runtime.Register("bindConstants", "(Landroid/renderscript/ProgramVertexFixedFunction$Constants;)V", "GetBindConstants_Landroid_renderscript_ProgramVertexFixedFunction_Constants_Handler")>]
[<System.Obsolete("deprecated")>]
override this.BindConstants : Android.Renderscripts.ProgramVertexFixedFunction.Constants -> unit

Parameters

va
ProgramVertexFixedFunction.Constants

allocation containing fixed function matrices

Attributes

Remarks

Java documentation for android.renderscript.ProgramVertexFixedFunction.bindConstants(android.renderscript.Constants).

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