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