module Graphics.GL.Ext.HP.ConvolutionBorderModes (
  
    gl_HP_convolution_border_modes
  
  , pattern GL_CONSTANT_BORDER_HP
  , pattern GL_CONVOLUTION_BORDER_COLOR_HP
  , pattern GL_IGNORE_BORDER_HP
  , pattern GL_REPLICATE_BORDER_HP
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_HP_convolution_border_modes :: Bool
gl_HP_convolution_border_modes = member "GL_HP_convolution_border_modes" extensions
pattern GL_CONSTANT_BORDER_HP = 0x8151
pattern GL_CONVOLUTION_BORDER_COLOR_HP = 0x8154
pattern GL_IGNORE_BORDER_HP = 0x8150
pattern GL_REPLICATE_BORDER_HP = 0x8153