GLES20.GlVertexAttribPointer Method

Definition

Overloads

GlVertexAttribPointer(Int32, Int32, Int32, Boolean, Int32, Buffer)
GlVertexAttribPointer(Int32, Int32, Int32, Boolean, Int32, Int32)

GlVertexAttribPointer(Int32, Int32, Int32, Boolean, Int32, Buffer)

[Android.Runtime.Register("glVertexAttribPointer", "(IIIZILjava/nio/Buffer;)V", "")]
public static void GlVertexAttribPointer (int indx, int size, int type, bool normalized, int stride, Java.Nio.Buffer? ptr);
[<Android.Runtime.Register("glVertexAttribPointer", "(IIIZILjava/nio/Buffer;)V", "")>]
static member GlVertexAttribPointer : int * int * int * bool * int * Java.Nio.Buffer -> unit

Parameters

indx
Int32
size
Int32
type
Int32
normalized
Boolean
stride
Int32
ptr
Buffer
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

GlVertexAttribPointer(Int32, Int32, Int32, Boolean, Int32, Int32)

[Android.Runtime.Register("glVertexAttribPointer", "(IIIZII)V", "")]
public static void GlVertexAttribPointer (int indx, int size, int type, bool normalized, int stride, int offset);
[<Android.Runtime.Register("glVertexAttribPointer", "(IIIZII)V", "")>]
static member GlVertexAttribPointer : int * int * int * bool * int * int -> unit

Parameters

indx
Int32
size
Int32
type
Int32
normalized
Boolean
stride
Int32
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