ProgramVertexFixedFunction.Constants.SetProjection(Matrix4f) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("setProjection", "(Landroid/renderscript/Matrix4f;)V", "GetSetProjection_Landroid_renderscript_Matrix4f_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetProjection (Android.Renderscripts.Matrix4f? m);
[<Android.Runtime.Register("setProjection", "(Landroid/renderscript/Matrix4f;)V", "GetSetProjection_Landroid_renderscript_Matrix4f_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetProjection : Android.Renderscripts.Matrix4f -> unit
override this.SetProjection : Android.Renderscripts.Matrix4f -> unit

Parameters

m
Matrix4f

projection matrix

Attributes

Remarks

This member is deprecated. in API 16 Sets the projection matrix in the fixed function matrix buffer

Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.setProjection(android.renderscript.Matrix4f).

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