--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.EXT.StencilWrap
-- 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 EXT_stencil_wrap extension, see
-- <http://www.opengl.org/registry/specs/EXT/stencil_wrap.txt>.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.EXT.StencilWrap (
   -- * Tokens
   gl_INCR_WRAP,
   gl_DECR_WRAP

) where

import Graphics.Rendering.OpenGL.Raw.Core32