GLES20.GlUniform2fv Method

Definition

Overloads

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

GlUniform2fv(Int32, Int32, Single[], Int32)

[Android.Runtime.Register("glUniform2fv", "(II[FI)V", "")]
public static void GlUniform2fv (int location, int count, float[]? v, int offset);
[<Android.Runtime.Register("glUniform2fv", "(II[FI)V", "")>]
static member GlUniform2fv : int * int * single[] * int -> unit

Parameters

location
Int32
count
Int32
v
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

GlUniform2fv(Int32, Int32, FloatBuffer)

[Android.Runtime.Register("glUniform2fv", "(IILjava/nio/FloatBuffer;)V", "")]
public static void GlUniform2fv (int location, int count, Java.Nio.FloatBuffer? v);
[<Android.Runtime.Register("glUniform2fv", "(IILjava/nio/FloatBuffer;)V", "")>]
static member GlUniform2fv : int * int * Java.Nio.FloatBuffer -> unit

Parameters

location
Int32
count
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