GLES20.GlUniform1fv Method

Definition

Overloads

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

GlUniform1fv(Int32, Int32, FloatBuffer)

[Android.Runtime.Register("glUniform1fv", "(IILjava/nio/FloatBuffer;)V", "")]
public static void GlUniform1fv (int location, int count, Java.Nio.FloatBuffer? v);
[<Android.Runtime.Register("glUniform1fv", "(IILjava/nio/FloatBuffer;)V", "")>]
static member GlUniform1fv : 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

GlUniform1fv(Int32, Int32, Single[], Int32)

[Android.Runtime.Register("glUniform1fv", "(II[FI)V", "")]
public static void GlUniform1fv (int location, int count, float[]? v, int offset);
[<Android.Runtime.Register("glUniform1fv", "(II[FI)V", "")>]
static member GlUniform1fv : 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