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