gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/HP/ConvolutionBorderModes.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.HP.ConvolutionBorderModes (
-- * Extension Support
gl_HP_convolution_border_modes
-- * 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.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_HP_convolution_border_modes :: Bool
gl_HP_convolution_border_modes = member "GL_HP_convolution_border_modes" extensions
pattern GL_CONSTANT_BORDER_HP = 0x8151 :: GLenum
pattern GL_CONVOLUTION_BORDER_COLOR_HP = 0x8154 :: GLenum
pattern GL_IGNORE_BORDER_HP = 0x8150 :: GLenum
pattern GL_REPLICATE_BORDER_HP = 0x8153 :: GLenum