Submit a vertex.
In OpenGL this matches glVertex3f(v.x,v.y,v.z); on other graphics APIs the same functionality is emulated.
This function can only be called between GL.Begin and GL.End functions.