GLES31.GlProgramUniform2fv Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GlProgramUniform2fv(Int32, Int32, Int32, FloatBuffer) | |
GlProgramUniform2fv(Int32, Int32, Int32, Single[], Int32) |
[Android.Runtime.Register("glProgramUniform2fv", "(IIILjava/nio/FloatBuffer;)V", "")]
public static void GlProgramUniform2fv (int program, int location, int count, Java.Nio.FloatBuffer? value);
[<Android.Runtime.Register("glProgramUniform2fv", "(IIILjava/nio/FloatBuffer;)V", "")>]
static member GlProgramUniform2fv : int * int * int * Java.Nio.FloatBuffer -> unit
Parameters
- program
- Int32
- location
- Int32
- count
- Int32
- value
- FloatBuffer
- 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
.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |
[Android.Runtime.Register("glProgramUniform2fv", "(III[FI)V", "")]
public static void GlProgramUniform2fv (int program, int location, int count, float[]? value, int offset);
[<Android.Runtime.Register("glProgramUniform2fv", "(III[FI)V", "")>]
static member GlProgramUniform2fv : int * int * int * single[] * int -> unit
Parameters
- program
- Int32
- location
- Int32
- count
- Int32
- value
- 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
.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |