{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.SUN.ConvolutionBorderModes (
gl_SUN_convolution_border_modes
, pattern GL_WRAP_BORDER_SUN
) where
import Data.Set
import Graphics.GL.Internal.Proc
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