GLdouble _y )
void ggllVVeerrtteexx22ff(
GLfloat _x,
GLfloat _y )
void ggllVVeerrtteexx22ii(
GLint _x,
GLint _y )
void ggllVVeerrtteexx22ss(
GLshort _x,
GLshort _y )
void ggllVVeerrtteexx33dd(
GLdouble _x,
GLdouble _y,
GLdouble _z )
void ggllVVeerrtteexx33ff(
GLfloat _x,
GLfloat _y,
GLfloat _z )
void ggllVVeerrtteexx33ii(
GLint _x,
GLint _y,
GLint _z )
void ggllVVeerrtteexx33ss(
GLshort _x,
GLshort _y,
GLshort _z )
void ggllVVeerrtteexx44dd(
GLdouble _x,
GLdouble _y,
GLdouble _z,
GLdouble _w )
void ggllVVeerrtteexx44ff(
GLfloat _x,
GLfloat _y,
GLfloat _z,
GLfloat _w )
void ggllVVeerrtteexx44ii(
GLint _x,
GLint _y,
GLint _z,
GLint _w )
void ggllVVeerrtteexx44ss(
GLshort _x,
GLshort _y,
GLshort _z,
GLshort _w )
void ggllVVeerrtteexx22ffvv( const GLfloat _*_v )
void ggllVVeerrtteexx22iivv( const GLint _*_v )
void ggllVVeerrtteexx22ssvv( const GLshort _*_v )
void ggllVVeerrtteexx33ddvv( const GLdouble _*_v )
void ggllVVeerrtteexx33ffvv( const GLfloat _*_v )
void ggllVVeerrtteexx33iivv( const GLint _*_v )
void ggllVVeerrtteexx33ssvv( const GLshort _*_v )
void ggllVVeerrtteexx44ddvv( const GLdouble _*_v )
void ggllVVeerrtteexx44ffvv( const GLfloat _*_v )
void ggllVVeerrtteexx44iivv( const GLint _*_v )
void ggllVVeerrtteexx44ssvv( const GLshort _*_v )
When only _x and _y are specified, _z defaults to 0 and _w defaults to 1. When _x_, _y_, and _z are specified, _w defaults to 1.