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