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

  -- * GL_OES_texture_stencil8
  , pattern GL_STENCIL_INDEX8_OES
  , pattern GL_STENCIL_INDEX_OES
) where

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

gl_OES_texture_stencil8 :: Bool
gl_OES_texture_stencil8 = member "GL_OES_texture_stencil8" extensions

pattern GL_STENCIL_INDEX_OES = 0x1901