GLES10.GlMultMatrixf 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.
Overloads
GlMultMatrixf(FloatBuffer) | |
GlMultMatrixf(Single[], Int32) |
GlMultMatrixf(FloatBuffer)
[Android.Runtime.Register("glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", "")]
public static void GlMultMatrixf (Java.Nio.FloatBuffer? m);
[<Android.Runtime.Register("glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", "")>]
static member GlMultMatrixf : Java.Nio.FloatBuffer -> unit
Parameters
- Attributes
Remarks
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
GlMultMatrixf(Single[], Int32)
[Android.Runtime.Register("glMultMatrixf", "([FI)V", "")]
public static void GlMultMatrixf (float[]? m, int offset);
[<Android.Runtime.Register("glMultMatrixf", "([FI)V", "")>]
static member GlMultMatrixf : single[] * int -> unit
Parameters
- m
- Single[]
- offset
- Int32
- Attributes
Remarks
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.