I draw texture images using glDrawArrays(GL_POINTS, 0, PARTICLE_NUMBER)
in android, then rend it to screen.
In some phones the image was up-down inverted. Seems that there is no command GL_POINT_SPRITE_COORD_ORIGIN
in OpenGL ES.
Is there any other way I can fix it?