-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Ext.EXT.StencilWrap ( -- * Extension Support gl_EXT_stencil_wrap -- * GL_EXT_stencil_wrap , pattern GL_DECR_WRAP_EXT , pattern GL_INCR_WRAP_EXT ) where import Data.Set import Graphics.GL.Internal.Proc -- | Checks that the extension is available. gl_EXT_stencil_wrap :: Bool gl_EXT_stencil_wrap = member "GL_EXT_stencil_wrap" extensions {-# NOINLINE gl_EXT_stencil_wrap #-} pattern GL_DECR_WRAP_EXT = 0x8508 pattern GL_INCR_WRAP_EXT = 0x8507