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

  -- * GL_OES_stencil1
  , pattern GL_STENCIL_INDEX1_OES
) where

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

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

gl_OES_stencil1 :: Bool
gl_OES_stencil1 :: Bool
gl_OES_stencil1 = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_stencil1" Set [Char]
extensions
{-# NOINLINE gl_OES_stencil1 #-}

pattern $bGL_STENCIL_INDEX1_OES :: a
$mGL_STENCIL_INDEX1_OES :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_STENCIL_INDEX1_OES = 0x8D46