{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.EXT.FourTwoTwoPixels -- Copyright : (c) Sven Panne 2018 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.EXT.FourTwoTwoPixels ( -- * Extension Support glGetEXTFourTwoTwoPixels, gl_EXT_422_pixels, -- * Enums pattern GL_422_AVERAGE_EXT, pattern GL_422_EXT, pattern GL_422_REV_AVERAGE_EXT, pattern GL_422_REV_EXT ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens