GLES20.GlVertexAttrib1fv Method

Definition

Overloads

GlVertexAttrib1fv(Int32, FloatBuffer)
GlVertexAttrib1fv(Int32, Single[], Int32)

GlVertexAttrib1fv(Int32, FloatBuffer)

[Android.Runtime.Register("glVertexAttrib1fv", "(ILjava/nio/FloatBuffer;)V", "")]
public static void GlVertexAttrib1fv (int indx, Java.Nio.FloatBuffer? values);
[<Android.Runtime.Register("glVertexAttrib1fv", "(ILjava/nio/FloatBuffer;)V", "")>]
static member GlVertexAttrib1fv : int * Java.Nio.FloatBuffer -> unit

Parameters

indx
Int32
values
FloatBuffer
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

GlVertexAttrib1fv(Int32, Single[], Int32)

[Android.Runtime.Register("glVertexAttrib1fv", "(I[FI)V", "")]
public static void GlVertexAttrib1fv (int indx, float[]? values, int offset);
[<Android.Runtime.Register("glVertexAttrib1fv", "(I[FI)V", "")>]
static member GlVertexAttrib1fv : int * single[] * int -> unit

Parameters

indx
Int32
values
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.

Applies to