Syntax
[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)
Parameters
- indx
- Documentation for this section has not yet been entered.
- size
- Documentation for this section has not yet been entered.
- type
- Documentation for this section has not yet been entered.
- normalized
- Documentation for this section has not yet been entered.
- stride
- Documentation for this section has not yet been entered.
- ptr
- Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8