opengl 3 and point sprites

hi,

The enum GL_POINT_SPRITE is deprecated from opengl 3.0 core. Whats the correct way to render point sprites now?

This is (among other things) what OpenGL 3.2 shows as being removed:

So you’ve got it backwards. The point sprite enum is removed because there’s no alternative: all points are point sprites.