-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.TextureBarrier ( -- * Extension Support gl_ARB_texture_barrier -- * GL_ARB_texture_barrier , glTextureBarrier ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared gl_ARB_texture_barrier :: Bool gl_ARB_texture_barrier = member "GL_ARB_texture_barrier" extensions