OpenGLRaw-1.1.0.0: src/Graphics/Rendering/OpenGL/Raw/ARB/TextureBorderClamp.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.ARB.TextureBorderClamp
-- Copyright : (c) Sven Panne 2009
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : sven.panne@aedion.de
-- Stability : stable
-- Portability : portable
--
-- All raw functions and tokens from the ARB_texture_border_clamp extension, see
-- <http://www.opengl.org/registry/specs/ARB/texture_border_clamp.txt>.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.ARB.TextureBorderClamp (
-- * Tokens
gl_CLAMP_TO_BORDER
) where
import Graphics.Rendering.OpenGL.Raw.Core32