-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SGIX.TextureCoordinateClamp -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SGIX.TextureCoordinateClamp ( -- * Extension Support glGetSGIXTextureCoordinateClamp, gl_SGIX_texture_coordinate_clamp, -- * Enums gl_TEXTURE_MAX_CLAMP_R_SGIX, gl_TEXTURE_MAX_CLAMP_S_SGIX, gl_TEXTURE_MAX_CLAMP_T_SGIX ) where import Graphics.Rendering.OpenGL.Raw.ExtensionPredicates import Graphics.Rendering.OpenGL.Raw.Tokens