OpenGLRaw-1.4.0.0: src/Graphics/Rendering/OpenGL/Raw/ARB/TextureBorderClamp.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.ARB.TextureBorderClamp
-- Copyright : (c) Sven Panne 2013
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- 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