Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
All raw functions from the ARB_shadow extension, see http://www.opengl.org/registry/specs/ARB/shadow.txt.
- glWindowPos2d :: GLdouble -> GLdouble -> IO ()
- glWindowPos2f :: GLfloat -> GLfloat -> IO ()
- glWindowPos2i :: GLint -> GLint -> IO ()
- glWindowPos2s :: GLshort -> GLshort -> IO ()
- glWindowPos2dv :: Ptr GLdouble -> IO ()
- glWindowPos2fv :: Ptr GLfloat -> IO ()
- glWindowPos2iv :: Ptr GLint -> IO ()
- glWindowPos2sv :: Ptr GLshort -> IO ()
- glWindowPos3d :: GLdouble -> GLdouble -> GLdouble -> IO ()
- glWindowPos3f :: GLfloat -> GLfloat -> GLfloat -> IO ()
- glWindowPos3i :: GLint -> GLint -> GLint -> IO ()
- glWindowPos3s :: GLshort -> GLshort -> GLshort -> IO ()
- glWindowPos3dv :: Ptr GLdouble -> IO ()
- glWindowPos3fv :: Ptr GLfloat -> IO ()
- glWindowPos3iv :: Ptr GLint -> IO ()
- glWindowPos3sv :: Ptr GLshort -> IO ()
Functions
glWindowPos2d :: GLdouble -> GLdouble -> IO () Source
glWindowPos2f :: GLfloat -> GLfloat -> IO () Source
glWindowPos2i :: GLint -> GLint -> IO () Source
glWindowPos2s :: GLshort -> GLshort -> IO () Source
glWindowPos2dv :: Ptr GLdouble -> IO () Source
glWindowPos2fv :: Ptr GLfloat -> IO () Source
glWindowPos2iv :: Ptr GLint -> IO () Source
glWindowPos2sv :: Ptr GLshort -> IO () Source
glWindowPos3dv :: Ptr GLdouble -> IO () Source
glWindowPos3fv :: Ptr GLfloat -> IO () Source
glWindowPos3iv :: Ptr GLint -> IO () Source
glWindowPos3sv :: Ptr GLshort -> IO () Source