-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.SUN.ConvolutionBorderModes (
  -- * Extension Support
    gl_SUN_convolution_border_modes

  -- * GL_SUN_convolution_border_modes
  , pattern GL_WRAP_BORDER_SUN
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types

gl_SUN_convolution_border_modes :: Bool
gl_SUN_convolution_border_modes = member "GL_SUN_convolution_border_modes" extensions

pattern GL_WRAP_BORDER_SUN = 0x81D4 :: GLenum