-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.Stencil4 (
  -- * Extension Support
    gl_OES_stencil4

  -- * GL_OES_stencil4
  , pattern GL_STENCIL_INDEX4_OES
) where

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

-- | Checks that the GL_OES_stencil4 extension is available.

gl_OES_stencil4 :: Bool
gl_OES_stencil4 = member "GL_OES_stencil4" extensions
{-# NOINLINE gl_OES_stencil4 #-}

pattern GL_STENCIL_INDEX4_OES = 0x8D47