-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.SGIX.YCrCbA -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/SGIX/ycrcba.txt SGIX_ycrcba> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.SGIX.YCrCbA ( -- * Enums gl_YCRCBA_SGIX, gl_YCRCB_SGIX ) where import Graphics.Rendering.OpenGL.Raw.Tokens