ProgramVertexFixedFunction.Constants.SetModelview(Matrix4f) 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("setModelview", "(Landroid/renderscript/Matrix4f;)V", "GetSetModelview_Landroid_renderscript_Matrix4f_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetModelview(Android.Renderscripts.Matrix4f? m);
	[<Android.Runtime.Register("setModelview", "(Landroid/renderscript/Matrix4f;)V", "GetSetModelview_Landroid_renderscript_Matrix4f_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetModelview : Android.Renderscripts.Matrix4f -> unit
override this.SetModelview : Android.Renderscripts.Matrix4f -> unit
	Parameters
- m
 - Matrix4f
 
modelview matrix
- Attributes
 
Remarks
This member is deprecated. in API 16 Sets the modelview matrix in the fixed function matrix buffer
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.