-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.PointSprite -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- All tokens from the ARB_point_sprite extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.PointSprite ( -- * Tokens gl_POINT_SPRITE, gl_COORD_REPLACE ) where import Graphics.Rendering.OpenGL.Raw.ARB.Compatibility