GLES20.GlUniform2f(Int32, Single, Single) Method

Definition

[Android.Runtime.Register("glUniform2f", "(IFF)V", "")]
public static void GlUniform2f (int location, float x, float y);
[<Android.Runtime.Register("glUniform2f", "(IFF)V", "")>]
static member GlUniform2f : int * single * single -> unit

Parameters

location
Int32
x
Single
y
Single
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