-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.StencilWrap (
  -- * Extension Support
    gl_OES_stencil_wrap

  -- * GL_OES_stencil_wrap
  , pattern GL_DECR_WRAP_OES
  , pattern GL_INCR_WRAP_OES
) where

import Data.Set
import Graphics.GL.Internal.Proc

-- | Checks that the <https://www.khronos.org/registry/gles/extensions/OES/OES_stencil_wrap.txt GL_OES_stencil_wrap> extension is available.

gl_OES_stencil_wrap :: Bool
gl_OES_stencil_wrap :: Bool
gl_OES_stencil_wrap = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_stencil_wrap" Set String
extensions
{-# NOINLINE gl_OES_stencil_wrap #-}

pattern GL_DECR_WRAP_OES  :: (Eq a, Num a) => a

pattern $mGL_DECR_WRAP_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_DECR_WRAP_OES :: forall a. (Eq a, Num a) => a
GL_DECR_WRAP_OES = 0x8508

pattern GL_INCR_WRAP_OES  :: (Eq a, Num a) => a

pattern $mGL_INCR_WRAP_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_INCR_WRAP_OES :: forall a. (Eq a, Num a) => a
GL_INCR_WRAP_OES = 0x8507