Property definitions

glesv2 $ NativeGLfloatArray :: new
	new(size: Int) `{ return calloc(size, sizeof(GLfloat)); `}
lib/glesv2/glesv2.nit:494,2--59