{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.MESA.YCbCrTexture -- Copyright : (c) Sven Panne 2019 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.MESA.YCbCrTexture ( -- * Extension Support glGetMESAYCbCrTexture, gl_MESA_ycbcr_texture, -- * Enums pattern GL_UNSIGNED_SHORT_8_8_MESA, pattern GL_UNSIGNED_SHORT_8_8_REV_MESA, pattern GL_YCBCR_MESA ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens