{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.Stencil4 (
gl_OES_stencil4
, pattern GL_STENCIL_INDEX4_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_OES_stencil4 :: Bool
gl_OES_stencil4 :: Bool
gl_OES_stencil4 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_stencil4" Set String
extensions
{-# NOINLINE gl_OES_stencil4 #-}
pattern GL_STENCIL_INDEX4_OES :: (Eq a, Num a) => a
pattern $mGL_STENCIL_INDEX4_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_STENCIL_INDEX4_OES :: forall a. (Eq a, Num a) => a
GL_STENCIL_INDEX4_OES = 0x8D47