--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.ARB.WindowPos
-- Copyright   :  (c) Sven Panne 2009
-- License     :  BSD-style (see the file LICENSE)
--
-- Maintainer  :  sven.panne@aedion.de
-- 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