GLES30.GlUniform3uiv 方法

定义

重载

GlUniform3uiv(Int32, Int32, IntBuffer)
GlUniform3uiv(Int32, Int32, Int32[], Int32)

GlUniform3uiv(Int32, Int32, IntBuffer)

[Android.Runtime.Register("glUniform3uiv", "(IILjava/nio/IntBuffer;)V", "")]
public static void GlUniform3uiv (int location, int count, Java.Nio.IntBuffer? value);
[<Android.Runtime.Register("glUniform3uiv", "(IILjava/nio/IntBuffer;)V", "")>]
static member GlUniform3uiv : int * int * Java.Nio.IntBuffer -> unit

参数

location
Int32
count
Int32
value
IntBuffer
属性

注解

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

适用于

GlUniform3uiv(Int32, Int32, Int32[], Int32)

[Android.Runtime.Register("glUniform3uiv", "(II[II)V", "")]
public static void GlUniform3uiv (int location, int count, int[]? value, int offset);
[<Android.Runtime.Register("glUniform3uiv", "(II[II)V", "")>]
static member GlUniform3uiv : int * int * int[] * int -> unit

参数

location
Int32
count
Int32
value
Int32[]
offset
Int32
属性

注解

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

适用于