-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.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.Internal.Proc

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/convolution_border_modes.txt GL_SUN_convolution_border_modes> extension is available.

gl_SUN_convolution_border_modes :: Bool
gl_SUN_convolution_border_modes :: Bool
gl_SUN_convolution_border_modes = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_SUN_convolution_border_modes" Set String
extensions
{-# NOINLINE gl_SUN_convolution_border_modes #-}

pattern GL_WRAP_BORDER_SUN  :: (Eq a, Num a) => a

pattern $mGL_WRAP_BORDER_SUN :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_WRAP_BORDER_SUN :: forall a. (Eq a, Num a) => a
GL_WRAP_BORDER_SUN = 0x81D4