GLES20.GlUniform3fv Method
Definition
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.
Overloads
GlUniform3fv(Int32, Int32, FloatBuffer) | |
GlUniform3fv(Int32, Int32, Single[], Int32) |
GlUniform3fv(Int32, Int32, FloatBuffer)
[Android.Runtime.Register("glUniform3fv", "(IILjava/nio/FloatBuffer;)V", "")]
public static void GlUniform3fv (int location, int count, Java.Nio.FloatBuffer? v);
[<Android.Runtime.Register("glUniform3fv", "(IILjava/nio/FloatBuffer;)V", "")>]
static member GlUniform3fv : 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
GlUniform3fv(Int32, Int32, Single[], Int32)
[Android.Runtime.Register("glUniform3fv", "(II[FI)V", "")]
public static void GlUniform3fv (int location, int count, float[]? v, int offset);
[<Android.Runtime.Register("glUniform3fv", "(II[FI)V", "")>]
static member GlUniform3fv : 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.