--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.ARB.PointSprite
-- Copyright   :  (c) Sven Panne 2013
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- 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