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