-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.MESA.PackInvert -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/MESA/pack_invert.txt MESA_pack_invert> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.MESA.PackInvert ( -- * Enums gl_PACK_INVERT_MESA ) where import Graphics.Rendering.OpenGL.Raw.Tokens