summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_window_pos
blob: 15e5bf586a215e9f200e1f6177fac958e261e091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GL_ARB_window_pos
http://www.opengl.org/registry/specs/ARB/window_pos.txt
GL_ARB_window_pos
	void glWindowPos2dARB (GLdouble x, GLdouble y)
	void glWindowPos2dvARB (const GLdouble* p)
	void glWindowPos2fARB (GLfloat x, GLfloat y)
	void glWindowPos2fvARB (const GLfloat* p)
	void glWindowPos2iARB (GLint x, GLint y)
	void glWindowPos2ivARB (const GLint* p)
	void glWindowPos2sARB (GLshort x, GLshort y)
	void glWindowPos2svARB (const GLshort* p)
	void glWindowPos3dARB (GLdouble x, GLdouble y, GLdouble z)
	void glWindowPos3dvARB (const GLdouble* p)
	void glWindowPos3fARB (GLfloat x, GLfloat y, GLfloat z)
	void glWindowPos3fvARB (const GLfloat* p)
	void glWindowPos3iARB (GLint x, GLint y, GLint z)
	void glWindowPos3ivARB (const GLint* p)
	void glWindowPos3sARB (GLshort x, GLshort y, GLshort z)
	void glWindowPos3svARB (const GLshort* p)