-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.MESA.YcbcrTexture ( -- * Extension Support gl_MESA_ycbcr_texture -- * GL_MESA_ycbcr_texture , pattern GL_UNSIGNED_SHORT_8_8_MESA , pattern GL_UNSIGNED_SHORT_8_8_REV_MESA , pattern GL_YCBCR_MESA ) where import Data.Set import Graphics.GL.Raw.Internal.Proc gl_MESA_ycbcr_texture :: Bool gl_MESA_ycbcr_texture = member "GL_MESA_ycbcr_texture" extensions pattern GL_UNSIGNED_SHORT_8_8_MESA = 0x85BA pattern GL_UNSIGNED_SHORT_8_8_REV_MESA = 0x85BB pattern GL_YCBCR_MESA = 0x8757