-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.FourTwoTwoPixels -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/EXT/422_pixels.txt EXT_422_pixels> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.FourTwoTwoPixels ( -- * Enums gl_422_AVERAGE_EXT, gl_422_EXT, gl_422_REV_AVERAGE_EXT, gl_422_REV_EXT ) where import Graphics.Rendering.OpenGL.Raw.Tokens