{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.TextureStencil8 (
gl_OES_texture_stencil8
, pattern GL_STENCIL_INDEX8_OES
, pattern GL_STENCIL_INDEX_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_OES_texture_stencil8 :: Bool
gl_OES_texture_stencil8 :: Bool
gl_OES_texture_stencil8 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_texture_stencil8" Set String
extensions
{-# NOINLINE gl_OES_texture_stencil8 #-}
pattern GL_STENCIL_INDEX_OES :: (Eq a, Num a) => a
pattern $mGL_STENCIL_INDEX_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_STENCIL_INDEX_OES :: forall a. (Eq a, Num a) => a
GL_STENCIL_INDEX_OES = 0x1901