{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.ARB.TextureGather -- Copyright : (c) Sven Panne 2016 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.ARB.TextureGather ( -- * Extension Support glGetARBTextureGather, gl_ARB_texture_gather, -- * Enums pattern GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB, pattern GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB, pattern GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens