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.ARB.WindowPos
Contents
Description
The ARB_window_pos extension.
- glWindowPos2dARB :: GLdouble -> GLdouble -> IO ()
- glWindowPos2dvARB :: Ptr GLdouble -> IO ()
- glWindowPos2fARB :: GLfloat -> GLfloat -> IO ()
- glWindowPos2fvARB :: Ptr GLfloat -> IO ()
- glWindowPos2iARB :: GLint -> GLint -> IO ()
- glWindowPos2ivARB :: Ptr GLint -> IO ()
- glWindowPos2sARB :: GLshort -> GLshort -> IO ()
- glWindowPos2svARB :: Ptr GLshort -> IO ()
- glWindowPos3dARB :: GLdouble -> GLdouble -> GLdouble -> IO ()
- glWindowPos3dvARB :: Ptr GLdouble -> IO ()
- glWindowPos3fARB :: GLfloat -> GLfloat -> GLfloat -> IO ()
- glWindowPos3fvARB :: Ptr GLfloat -> IO ()
- glWindowPos3iARB :: GLint -> GLint -> GLint -> IO ()
- glWindowPos3ivARB :: Ptr GLint -> IO ()
- glWindowPos3sARB :: GLshort -> GLshort -> GLshort -> IO ()
- glWindowPos3svARB :: Ptr GLshort -> IO ()