Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.MESA.WindowPos
Contents
Description
The MESA_window_pos extension.
- glWindowPos2dMESA :: GLdouble -> GLdouble -> IO ()
- glWindowPos2dvMESA :: Ptr GLdouble -> IO ()
- glWindowPos2fMESA :: GLfloat -> GLfloat -> IO ()
- glWindowPos2fvMESA :: Ptr GLfloat -> IO ()
- glWindowPos2iMESA :: GLint -> GLint -> IO ()
- glWindowPos2ivMESA :: Ptr GLint -> IO ()
- glWindowPos2sMESA :: GLshort -> GLshort -> IO ()
- glWindowPos2svMESA :: Ptr GLshort -> IO ()
- glWindowPos3dMESA :: GLdouble -> GLdouble -> GLdouble -> IO ()
- glWindowPos3dvMESA :: Ptr GLdouble -> IO ()
- glWindowPos3fMESA :: GLfloat -> GLfloat -> GLfloat -> IO ()
- glWindowPos3fvMESA :: Ptr GLfloat -> IO ()
- glWindowPos3iMESA :: GLint -> GLint -> GLint -> IO ()
- glWindowPos3ivMESA :: Ptr GLint -> IO ()
- glWindowPos3sMESA :: GLshort -> GLshort -> GLshort -> IO ()
- glWindowPos3svMESA :: Ptr GLshort -> IO ()
- glWindowPos4dMESA :: GLdouble -> GLdouble -> GLdouble -> GLdouble -> IO ()
- glWindowPos4dvMESA :: Ptr GLdouble -> IO ()
- glWindowPos4fMESA :: GLfloat -> GLfloat -> GLfloat -> GLfloat -> IO ()
- glWindowPos4fvMESA :: Ptr GLfloat -> IO ()
- glWindowPos4iMESA :: GLint -> GLint -> GLint -> GLint -> IO ()
- glWindowPos4ivMESA :: Ptr GLint -> IO ()
- glWindowPos4sMESA :: GLshort -> GLshort -> GLshort -> GLshort -> IO ()
- glWindowPos4svMESA :: Ptr GLshort -> IO ()