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

  -- * GL_MESA_pack_invert
  , pattern GL_PACK_INVERT_MESA
) where

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

gl_MESA_pack_invert :: Bool
gl_MESA_pack_invert = member "GL_MESA_pack_invert" extensions

pattern GL_PACK_INVERT_MESA = 0x8758 :: GLenum