I\'m Using OpenGlEs10 for My Android Game Development, I Want to Draw Dashed-lines Now Im Using This Code to Draw My Line:
I recommend to use a 1D texture (performance: use alpha testing instead of blending)
don't forget to:
GL_NEAREST
GL_REPEAT