-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.OES.Stencil8 ( -- * Extension Support gl_OES_stencil8 -- * GL_OES_stencil8 , pattern GL_STENCIL_INDEX8_OES ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared -- | Checks that the GL_OES_stencil8 extension is available. gl_OES_stencil8 :: Bool gl_OES_stencil8 = member "GL_OES_stencil8" extensions {-# NOINLINE gl_OES_stencil8 #-}