-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.MESA.PackInvert (
  -- * Extension Support
    gl_MESA_pack_invert

  -- * GL_MESA_pack_invert
  , pattern GL_PACK_INVERT_MESA
) where

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

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

gl_MESA_pack_invert :: Bool
gl_MESA_pack_invert :: Bool
gl_MESA_pack_invert = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_MESA_pack_invert" Set [Char]
extensions
{-# NOINLINE gl_MESA_pack_invert #-}

pattern $bGL_PACK_INVERT_MESA :: a
$mGL_PACK_INVERT_MESA :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_PACK_INVERT_MESA = 0x8758