GLES30.GlUniform3ui(Int32, Int32, Int32, Int32) Method

Definition

[Android.Runtime.Register("glUniform3ui", "(IIII)V", "")]
public static void GlUniform3ui (int location, int v0, int v1, int v2);
[<Android.Runtime.Register("glUniform3ui", "(IIII)V", "")>]
static member GlUniform3ui : int * int * int * int -> unit

Parameters

location
Int32
v0
Int32
v1
Int32
v2
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