GLES30.GlVertexAttribI4iv Method

Definition

Overloads

GlVertexAttribI4iv(Int32, IntBuffer)
GlVertexAttribI4iv(Int32, Int32[], Int32)

GlVertexAttribI4iv(Int32, IntBuffer)

[Android.Runtime.Register("glVertexAttribI4iv", "(ILjava/nio/IntBuffer;)V", "")]
public static void GlVertexAttribI4iv (int index, Java.Nio.IntBuffer? v);
[<Android.Runtime.Register("glVertexAttribI4iv", "(ILjava/nio/IntBuffer;)V", "")>]
static member GlVertexAttribI4iv : int * Java.Nio.IntBuffer -> unit

Parameters

index
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.

Applies to

GlVertexAttribI4iv(Int32, Int32[], Int32)

[Android.Runtime.Register("glVertexAttribI4iv", "(I[II)V", "")]
public static void GlVertexAttribI4iv (int index, int[]? v, int offset);
[<Android.Runtime.Register("glVertexAttribI4iv", "(I[II)V", "")>]
static member GlVertexAttribI4iv : int * int[] * int -> unit

Parameters

index
Int32
v
Int32[]
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.

Applies to