{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.StencilWrap (
gl_OES_stencil_wrap
, pattern GL_DECR_WRAP_OES
, pattern GL_INCR_WRAP_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_OES_stencil_wrap :: Bool
gl_OES_stencil_wrap :: Bool
gl_OES_stencil_wrap = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_stencil_wrap" Set [Char]
extensions
{-# NOINLINE gl_OES_stencil_wrap #-}
pattern $bGL_DECR_WRAP_OES :: a
$mGL_DECR_WRAP_OES :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_DECR_WRAP_OES = 0x8508
pattern $bGL_INCR_WRAP_OES :: a
$mGL_INCR_WRAP_OES :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_INCR_WRAP_OES = 0x8507