Share via


GLES31.GlProgramUniform1f(Int32, Int32, Single) Method

Definition

[Android.Runtime.Register("glProgramUniform1f", "(IIF)V", "")]
public static void GlProgramUniform1f (int program, int location, float v0);
[<Android.Runtime.Register("glProgramUniform1f", "(IIF)V", "")>]
static member GlProgramUniform1f : int * int * single -> unit

Parameters

program
Int32
location
Int32
v0
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