{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.StencilTexturing (
gl_ARB_stencil_texturing
, pattern GL_DEPTH_STENCIL_TEXTURE_MODE
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_stencil_texturing :: Bool
gl_ARB_stencil_texturing :: Bool
gl_ARB_stencil_texturing = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_stencil_texturing" Set [Char]
extensions
{-# NOINLINE gl_ARB_stencil_texturing #-}