-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.StencilWrap -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- All tokens from the EXT_stencil_wrap extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.StencilWrap ( -- * Tokens gl_INCR_WRAP, gl_DECR_WRAP ) where import Graphics.Rendering.OpenGL.Raw.Core32