-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.HP.ConvolutionBorderModes -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.HP.ConvolutionBorderModes ( -- * Extension Support glGetHPConvolutionBorderModes, gl_HP_convolution_border_modes, -- * Enums gl_CONSTANT_BORDER_HP, gl_CONVOLUTION_BORDER_COLOR_HP, gl_IGNORE_BORDER_HP, gl_REPLICATE_BORDER_HP ) where import Graphics.Rendering.OpenGL.Raw.ExtensionPredicates import Graphics.Rendering.OpenGL.Raw.Tokens