-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.WindowPos -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- All raw functions from the ARB_shadow extension, see -- <http://www.opengl.org/registry/specs/ARB/shadow.txt>. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.WindowPos ( -- * Functions glWindowPos2d, glWindowPos2f, glWindowPos2i, glWindowPos2s, glWindowPos2dv, glWindowPos2fv, glWindowPos2iv, glWindowPos2sv, glWindowPos3d, glWindowPos3f, glWindowPos3i, glWindowPos3s, glWindowPos3dv, glWindowPos3fv, glWindowPos3iv, glWindowPos3sv ) where import Graphics.Rendering.OpenGL.Raw.ARB.Compatibility