Property definitions

glesv2 $ VertexArray :: attrib_pointer_intern
	private fun attrib_pointer_intern(index, count: Int, array: NativeGLfloatArray) `{
		glVertexAttribPointer(index, count, GL_FLOAT, GL_FALSE, 0, array);
	`}
lib/glesv2/glesv2.nit:363,2--365,3