GLES10.GlLoadMatrixx 方法

定义

重载

GlLoadMatrixx(IntBuffer)
GlLoadMatrixx(Int32[], Int32)

GlLoadMatrixx(IntBuffer)

[Android.Runtime.Register("glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", "")]
public static void GlLoadMatrixx (Java.Nio.IntBuffer? m);
[<Android.Runtime.Register("glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", "")>]
static member GlLoadMatrixx : Java.Nio.IntBuffer -> unit

参数

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

GlLoadMatrixx(Int32[], Int32)

[Android.Runtime.Register("glLoadMatrixx", "([II)V", "")]
public static void GlLoadMatrixx (int[]? m, int offset);
[<Android.Runtime.Register("glLoadMatrixx", "([II)V", "")>]
static member GlLoadMatrixx : int[] * int -> unit

参数

m
Int32[]
offset
Int32
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于