--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.ARB.PointSprite
-- Copyright   :  (c) Sven Panne 2009
-- License     :  BSD-style (see the file LICENSE)
--
-- Maintainer  :  sven.panne@aedion.de
-- Stability   :  stable
-- Portability :  portable
--
-- All tokens from the ARB_point_sprite extension, see
-- <http://www.opengl.org/registry/specs/ARB/point_sprite.txt>.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.ARB.PointSprite (
   -- * Tokens
   gl_POINT_SPRITE,
   gl_COORD_REPLACE
) where

import Graphics.Rendering.OpenGL.Raw.ARB.Compatibility