Blame thirdparty/glew/glew-1.9.0/auto/extensions/GL_ARB_window_pos
|
kusano |
7d535a |
GL_ARB_window_pos
|
|
kusano |
7d535a |
http://www.opengl.org/registry/specs/ARB/window_pos.txt
|
|
kusano |
7d535a |
GL_ARB_window_pos
|
|
kusano |
7d535a |
void glWindowPos2dARB (GLdouble x, GLdouble y)
|
|
kusano |
7d535a |
void glWindowPos2dvARB (const GLdouble* p)
|
|
kusano |
7d535a |
void glWindowPos2fARB (GLfloat x, GLfloat y)
|
|
kusano |
7d535a |
void glWindowPos2fvARB (const GLfloat* p)
|
|
kusano |
7d535a |
void glWindowPos2iARB (GLint x, GLint y)
|
|
kusano |
7d535a |
void glWindowPos2ivARB (const GLint* p)
|
|
kusano |
7d535a |
void glWindowPos2sARB (GLshort x, GLshort y)
|
|
kusano |
7d535a |
void glWindowPos2svARB (const GLshort* p)
|
|
kusano |
7d535a |
void glWindowPos3dARB (GLdouble x, GLdouble y, GLdouble z)
|
|
kusano |
7d535a |
void glWindowPos3dvARB (const GLdouble* p)
|
|
kusano |
7d535a |
void glWindowPos3fARB (GLfloat x, GLfloat y, GLfloat z)
|
|
kusano |
7d535a |
void glWindowPos3fvARB (const GLfloat* p)
|
|
kusano |
7d535a |
void glWindowPos3iARB (GLint x, GLint y, GLint z)
|
|
kusano |
7d535a |
void glWindowPos3ivARB (const GLint* p)
|
|
kusano |
7d535a |
void glWindowPos3sARB (GLshort x, GLshort y, GLshort z)
|
|
kusano |
7d535a |
void glWindowPos3svARB (const GLshort* p)
|