GLES20.GlVertexAttrib2fv 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
GlVertexAttrib2fv(Int32, FloatBuffer) | |
GlVertexAttrib2fv(Int32, Single[], Int32) |
GlVertexAttrib2fv(Int32, FloatBuffer)
[Android.Runtime.Register("glVertexAttrib2fv", "(ILjava/nio/FloatBuffer;)V", "")]
public static void GlVertexAttrib2fv (int indx, Java.Nio.FloatBuffer? values);
[<Android.Runtime.Register("glVertexAttrib2fv", "(ILjava/nio/FloatBuffer;)V", "")>]
static member GlVertexAttrib2fv : int * Java.Nio.FloatBuffer -> unit
Parameters
- indx
- Int32
- values
- 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
GlVertexAttrib2fv(Int32, Single[], Int32)
[Android.Runtime.Register("glVertexAttrib2fv", "(I[FI)V", "")]
public static void GlVertexAttrib2fv (int indx, float[]? values, int offset);
[<Android.Runtime.Register("glVertexAttrib2fv", "(I[FI)V", "")>]
static member GlVertexAttrib2fv : int * single[] * int -> unit
Parameters
- indx
- Int32
- values
- 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.