| OpenGL.GL.ARB.window_pos | index /tmp/buildd/pyopengl-3.0.0~b6/OpenGL/GL/ARB/window_pos.py |
OpenGL extension ARB.window_pos
This module customises the behaviour of the
OpenGL.raw.GL.ARB.window_pos to provide a more
Python-friendly API
| Modules | ||||||
| ||||||
| Functions | ||
glWindowPos2dvARB( v )
glWindowPos2fvARB( v )Wrapping Operation: glWindowPos2dvARB( GLdoubleArray(v) ) -> None
glWindowPos2ivARB( v )Wrapping Operation: glWindowPos2fvARB( GLfloatArray(v) ) -> None
glWindowPos2svARB( v )Wrapping Operation: glWindowPos2ivARB( GLintArray(v) ) -> None
glWindowPos3dvARB( v )Wrapping Operation: glWindowPos2svARB( GLshortArray(v) ) -> None
glWindowPos3fvARB( v )Wrapping Operation: glWindowPos3dvARB( GLdoubleArray(v) ) -> None
glWindowPos3ivARB( v )Wrapping Operation: glWindowPos3fvARB( GLfloatArray(v) ) -> None
glWindowPos3svARB( v )Wrapping Operation: glWindowPos3ivARB( GLintArray(v) ) -> None
Wrapping Operation: glWindowPos3svARB( GLshortArray(v) ) -> None | ||
| Data | ||
| EXTENSION_NAME = 'GL_ARB_window_pos' __file__ = '/tmp/buildd/pyopengl-3.0.0~b6/OpenGL/GL/ARB/window_pos.py' __name__ = 'OpenGL.GL.ARB.window_pos' glWindowPos2dARB = <OpenGL.platform.baseplatform.glWindowPos2dARB object at 0x8b5ad4c> glWindowPos2fARB = <OpenGL.platform.baseplatform.glWindowPos2fARB object at 0x8b5adec> glWindowPos2iARB = <OpenGL.platform.baseplatform.glWindowPos2iARB object at 0x8b5ae8c> glWindowPos2sARB = <OpenGL.platform.baseplatform.glWindowPos2sARB object at 0x8b5af2c> glWindowPos3dARB = <OpenGL.platform.baseplatform.glWindowPos3dARB object at 0x8b5afcc> glWindowPos3fARB = <OpenGL.platform.baseplatform.glWindowPos3fARB object at 0x93ee08c> glWindowPos3iARB = <OpenGL.platform.baseplatform.glWindowPos3iARB object at 0x93ee12c> glWindowPos3sARB = <OpenGL.platform.baseplatform.glWindowPos3sARB object at 0x93ee1cc> | ||