I am drawing some points using glDrawArrays(GL_POINTS, ...) and I would like to make them smooth round points instead of the squares. I know that there is no fixed function pipeline in OpenGL ES 2.0 so I am wondering if there is an easy way of doing this with the fragment shader?
Thanks in advance,
ExtremeCoder