Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GL_MESA_window_pos « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13bf7eef53f14ed3d7820bb30514f343f092070a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
GL_MESA_window_pos
http://www.opengl.org/registry/specs/MESA/window_pos.txt
GL_MESA_window_pos

	void glWindowPos2dMESA (GLdouble x, GLdouble y)
	void glWindowPos2dvMESA (const GLdouble* p)
	void glWindowPos2fMESA (GLfloat x, GLfloat y)
	void glWindowPos2fvMESA (const GLfloat* p)
	void glWindowPos2iMESA (GLint x, GLint y)
	void glWindowPos2ivMESA (const GLint* p)
	void glWindowPos2sMESA (GLshort x, GLshort y)
	void glWindowPos2svMESA (const GLshort* p)
	void glWindowPos3dMESA (GLdouble x, GLdouble y, GLdouble z)
	void glWindowPos3dvMESA (const GLdouble* p)
	void glWindowPos3fMESA (GLfloat x, GLfloat y, GLfloat z)
	void glWindowPos3fvMESA (const GLfloat* p)
	void glWindowPos3iMESA (GLint x, GLint y, GLint z)
	void glWindowPos3ivMESA (const GLint* p)
	void glWindowPos3sMESA (GLshort x, GLshort y, GLshort z)
	void glWindowPos3svMESA (const GLshort* p)
	void glWindowPos4dMESA (GLdouble x, GLdouble y, GLdouble z, GLdouble)
	void glWindowPos4dvMESA (const GLdouble* p)
	void glWindowPos4fMESA (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
	void glWindowPos4fvMESA (const GLfloat* p)
	void glWindowPos4iMESA (GLint x, GLint y, GLint z, GLint w)
	void glWindowPos4ivMESA (const GLint* p)
	void glWindowPos4sMESA (GLshort x, GLshort y, GLshort z, GLshort w)
	void glWindowPos4svMESA (const GLshort* p)