-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.MESA.YCbCrTexture -- 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/ycbcr_texture.txt MESA_ycbcr_texture> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.MESA.YCbCrTexture ( -- * Enums gl_UNSIGNED_SHORT_8_8_MESA, gl_UNSIGNED_SHORT_8_8_REV_MESA, gl_YCBCR_MESA ) where import Graphics.Rendering.OpenGL.Raw.Tokens